grep A simple tool for searching files Prints all the lines that match a pattern Patterns are regular expressions Usage: grep Most useful options: -n print line numbers -v print lines which don't match -i case insensitive -c count number of lines