SID-00205: Grep command on Windows
| Status: |
Answered |
TWiki version: |
4.2.4 |
Perl version: |
5.8.8 |
| Category: |
|
Server OS: |
Windows 2003 Server |
Last update: |
16 years ago |
I really have no idea on how this grep command works. Just by seeing few topics I framed a DOS based Grep command to print the list of View entries for an TestTopic
grep "TestTopic" d:\twiki\twiki\data\log200903.txt | grep "view"
This gave me all the entries on the DOS screen itself. I would like to gets this output to be printed on a text file, so that I can include it on a topic...
Can this be done???
--
RajeshN - 19 Mar 2009
Discussion and Answer
As is says in the '/bin/configure' The grep command is used by TWiki's
%SEARCH%. You don't have to call it directly. See
VarSEARCH for details.
--
SeanCMorgan - 19 Mar 2009
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.