int91h
Thursday, June 3, 2010
Find text within files on Linux
cd /your_directory
find . -type f -exec grep -l "string to find" {} \; -print
Easy!
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment