The GNU versions of grep pattern matching utilities http://www.gnu.org/software/grep/grep.html
Go to file
2024-01-05 23:27:51 +01:00
grep-profile added profile.d aliases for colors [release 2.21-2mamba;Wed Oct 28 2015] 2024-01-05 23:27:50 +01:00
grep.spec automatic version update by autodist [release 3.11-1mamba;Sat May 13 2023] 2024-01-05 23:27:51 +01:00
README.md automatic version update by autodist [release 3.8-1mamba;Sun Sep 04 2022] 2024-01-05 23:27:50 +01:00

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.