grep

Grep is a program to search for strings inside a file.

The grep command searches one or more input files for lines containing a match to a specified pattern.

See http://www.gnu.org/software/grep/


[[修改/添加解释]]