Lines Matching full:grep
1 .\" $NetBSD: grep.1,v 1.2 2011/02/16 01:31:33 joerg Exp $
2 .\" $OpenBSD: grep.1,v 1.38 2010/04/05 06:30:59 jmc Exp $
34 .Nm grep ,
40 .Nm grep
60 .Nm grep
70 .Nm grep
82 .Nm grep
181 .Nm grep
235 .Nm grep
251 .Nm grep
253 .Nm grep ) .
270 .Nm grep
308 .Nm grep
367 .Nm grep
373 .Nm grep
388 This option has no effect and is provided only for compatibility with GNU grep.
458 .Nm grep
476 .Dl $ grep 'patricia' myfile
480 .Dl $ grep -w 'patricia' myfile
486 .Dl $ grep -c FOO myfile
490 .Dl $ grep -c -i FOO myfile
496 .Dl $ grep '^\e.Pp' myfile
499 .Nm grep
515 .Dl $ grep -v -e 'foo' -e 'bar' myfile
531 .Dl $ grep -H -R FIXME --include="*.h" /usr/src/sys/arm/
535 .Dl $ grep -l -R FIXME --include="*.h" /usr/src/sys/arm/
542 .Dl $ grep -b --colour -n foo myfile
547 .Dl $ echo -e 'Free\enBSD\enAll.*reserved' | grep -E -f - myfile
554 .Dl $ pciconf -lv | grep -B3 -A1 -E 'class.*=.*storage'
558 .Dl $ grep -q foo myfile && echo File matches
583 .Nm grep
590 .Nm grep