Friday, April 16, 2010

Find string in files recursively

Posted on 1:22 PM by Kalum Umesh





Windows :

FINDSTR /S [[drive:][path]filename[ ...]]

Note : FINDSTR /? for more information

Linux :

find * -exec grep -l "strings" {} \;

No Response to "Find string in files recursively"

Leave A Reply

 
Free Website Hosting