grep/README.md

8 lines
389 B
Markdown

# grep
The GNU versions of commonly used grep utilities.
Grep searches one or more input files for lines which contain a match to a specified pattern and then prints the matching lines. GNU's grep utilities include grep, egrep and fgrep.
You should install grep on your system, because it is a very useful utility for searching through text files, for system administration tasks, etc.