Finds text within a file. By default grep prints the matching lines to screen. Command to run to give output sits to the left of the pipe. Grep then allows you to specify a string to search for in the command’s output at the right of the pipe.
<command to run> --option | grep "<text/string to search for>"