M
MoiMeme
Hi,
does someone kown a tool that can be used under DOS to search in text files
?
TIA !!!
does someone kown a tool that can be used under DOS to search in text files
?
TIA !!!
MoiMeme said:Hi,
does someone kown a tool that can be used under DOS to search in text files
?
Mark Carter said:FIND - already included with Windows.
Type
find /?
for more info.
If you want a real man's search tool, then you should look for a UNIX
port of the GREP command. I have grep installed via DJGPP, which is
probably too fiddly for you to set up just for grep.
Or the windows findstr command which also supports regular
expressions. It's available on Windows 2000 and XP.
More info on http://www.computerhope.com/findstr.htm
does someone kown a tool that can be used under DOS to search in text files