How to search content with in a file.
Printable View
06-02-2004, 06:47 AM
asylu3
How to search content with in a file.
Try this
grep -il '[message to search]' [file to do search]
ex:
grep -il 'test' *