The grep command helps us search for files and takes two arguments: the text and the files we're looking for.

Let's try it out here.

See that? If a .txt file contains that text, we're presented with the full line. grep comes in quite handy with *, the wildcard command.

Remember, we need the command, the text, and then the file.