Tuesday Jun 16, 2009

How to search for text within a file

find /dir | xargs grep 'text to search for' -sl

Comments:

Post a Comment:
Comments are closed for this entry.