grep is a command-line utility that is used for searching text.
grep
is a command-line utility that is used for searching text from standard input or a file for specific expressions, returning the lines where matches occur.
A common use for grep
is to locate and print out certain lines from log files or program output.
See this Ubuntu Documentation page for more information on how to use grep
.