Lines Matching +full:fixed +full:- +full:links

41 .Bk -words
48 .Op Fl Fl binary-files= Ns Ar value
53 .Op Fl Fl line-buffered
85 but can only handle fixed patterns
91 .Bl -tag -width indent
92 .It Fl A Ar num , Fl Fl after-context= Ns Ar num
111 .It Fl B Ar num , Fl Fl before-context= Ns Ar num
120 .It Fl b , Fl Fl byte-offset
176 .It Fl E , Fl Fl extended-regexp
195 .Pq Sq - .
213 .It Fl Fl exclude-dir Ar pattern
221 .Fl Fl exclude-dir
223 .Fl Fl include-dir
227 .Fl Fl include-dir
230 .It Fl F , Fl Fl fixed-strings
233 as a set of fixed strings
246 .It Fl G , Fl Fl basic-regexp
256 .It Fl h , Fl Fl no-filename
265 .Dq Fl Fl binary-files= Ns Cm without-match
267 .It Fl i , Fl Fl ignore-case
284 .It Fl Fl include-dir Ar pattern
291 .Fl Fl include-dir
293 .Fl Fl exclude-dir
296 .It Fl L , Fl Fl files-without-match
305 .It Fl l , Fl Fl files-with-matches
333 .It Fl m Ar num , Fl Fl max-count= Ns Ar num
337 .It Fl n , Fl Fl line-number
350 Prints a zero-byte after the file name.
354 is specified, follow symbolic links only if they were explicitly listed
356 The default is not to follow symbolic links.
357 .It Fl o , Fl Fl only-matching
362 is specified, no symbolic links are followed.
379 is specified, all symbolic links are followed.
380 The default is not to follow symbolic links.
381 .It Fl s , Fl Fl no-messages
391 .It Fl v , Fl Fl invert-match
395 .It Fl w , Fl Fl word-regexp
405 .It Fl x , Fl Fl line-regexp
406 Only input lines selected against an entire fixed string or regular
412 .It Fl z , Fl Fl null-data
414 zero-byte instead of a newline.
415 .It Fl Fl binary-files= Ns Ar value
418 .Bl -tag -compact -width "binary (default)"
421 .It Cm without-match
426 .It Fl Fl line-buffered
434 .Dq Cm -
443 .Bl -tag -width "GREP_OPTIONS"
445 This variable specifies the color used to highlight matched (non-empty) text.
451 This variable specifies the type name of the terminal, console or display-device
461 .Bl -tag -width flag -compact
470 .Bl -dash
480 .Dl $ grep -w 'patricia' myfile
486 .Dl $ grep -c FOO myfile
490 .Dl $ grep -c -i FOO myfile
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
570 .St -p1003.1-2008