Grep searches one or more input files for lines containing a match to a specified pattern
copied from cf-staging / grepGiven one or more patterns, grep searches input files for matches to the patterns. When it finds a match in a line, it copies the line to standard output (by default), or produces whatever other sort of output you have requested with options.