1The grep command searches one or more input files for lines containing a match
2to a specified pattern.  By default, grep prints the matching lines.
3