grep
This command is a must for many roles such as linux system admins, devops ...
Basic
Filter out lines with matching pattern:
Print only those lines which do not match the pattern (-v option is --invert-match):
Look/Search for content of the files recursively: -i case insensitive; -R recursive;
Count how many time word appears: