print lines matching a pattern
$ grep [OPTION]... PATTERNS [FILE]...
$ grep -i 'hello world' menu.h main.c