Linux GREP

grep is used to search for PATTERN in each FILE or standard input. PATTERN is, by default, a basic regular expression (BRE). Example: grep -i ‘hello world’ menu.h main.c Usage: grep [OPTION]… PATTERN [FILE]… Regexp … Continue reading Linux GREP