About grep

grep is a command-line utility for searching text using regular expressions. The name comes from the ed command g/re/p (globally search for regular expression and print matching lines). It's one of the most fundamental Unix tools.

Installation

apt

sudo apt install grep

pacman

sudo pacman -S grep

brew

brew install grep

User Reviews

No reviews yet.

Similar Tools

Tool Details

Version
3.11
License
GPL-3.0
Pricing
free
Last Updated
2023-10-20

System Requirements

Tags

search text-processing regex pattern-matching