blob: 2e5864a329a25cc201844b357d71bb51526c63c5 (
plain) (
blame)
1
2
3
4
|
The grep command searches one or more input files for lines containing a match
to a specified pattern. By default, grep prints the matching lines.
WWW: http://www.gnu.org/software/grep/
|