Finding occurances of a string within a given input. grep <pattern> <input> `grep -rl “string” Recursively search through all files for matches of a specific string.