Tuesday, January 20, 2009

Searching a particular string from unknown file or to search a file from the known string of that file

grep string_to_Search * -Rn

note:- the string here (a sentence or word) is the one which is there in some unknown file and you want to know the name of that file.

No comments: