Tuesday, April 28, 2009

Find a string in all file on Linux

find . -exec grep -il 'string_to_find' {} \;