Index ¦ Archives

Grep

Grep searches input files for lines containing a match to a given pattern list. 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.

Search

grep -r 'grep' .

GNU Grep

© 2000-2022 by Daniel Pimentel (d4n1). Under MIT.