daniel's
Wednesday, September 1, 2010
Linux: To find a "text" in a "File"
Linux Command : To find a "text" in a "File"
find . -type f -iname "filename.txt" -exec grep -iaH "text" {} \;
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)