Friday, September 16, 2011

Find contents in files

Suppose, there are many files that contains "CONTENT" you want to search, use the following command in the Linux terminal.

grep "CONTENT" *.*