Search This Blog

Thursday, December 9, 2010

Command to list files which have a particular string

grep "string_to_search" ./ -R | cut -d':' -f1 | sort | uniq

No comments:

Post a Comment