What does the grep option -c do?
Count
What does the grep option -i do?
Ignore case sensitive
What does grep option -n do?
match lines and their line numbers
What does grep option -v do?
Everything but specified keyword
How can you use egrep?
egrep -i “keyword|keyword2” file