Monday, September 29, 2008

Find the Word in File Linux

find / -type f -exec grep -H 'Suyash' {} \;


This command will search "Suyash" in all the files on system.

No comments: