Wednesday, May 17, 2006

How to find out a specific string in a set of files

Go to the topmost level and then run this comand

 

find . -exec grep -l “mankad” ‘{}’ \; > /user/x0032906/Public/Files_containing_string_mankad.csv


 

Posted by Babai at 11:25:01 | Permalink | No Comments »