grep

print lines matching a pattern


Usage

$ grep [OPTION]... PATTERNS [FILE]...

Example

$ grep -i 'hello world' menu.h main.c