No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / grep / doc / grep.1
blob86b13b2212ddfb049d3a2f4d3bb23ae179be0cc6
1 .\"     $NetBSD: grep.1,v 1.15 2009/10/23 23:04:29 joerg Exp $
2 .\"
3 .\" grep man page
4 .\" Id: grep.1,v 1.24 2003/06/16 08:34:16 kasal Exp
5 .TH GREP 1 "June 16, 2003" "GNU Project"
6 .SH NAME
7 grep, egrep, fgrep \- print lines matching a pattern
8 .SH SYNOPSIS
9 .B grep
10 .RI [ options ]
11 .I PATTERN
12 .RI [ FILE .\|.\|.]
13 .br
14 .B grep
15 .RI [ options ]
16 .RB [ \-e
17 .I PATTERN
19 .B \-f
20 .IR FILE ]
21 .RI [ FILE .\|.\|.]
22 .SH DESCRIPTION
23 .PP
24 .B Grep
25 searches the named input
26 .IR FILE s
27 (or standard input if no files are named, or
28 the file name
29 .B \-
30 is given)
31 for lines containing a match to the given
32 .IR PATTERN .
33 By default,
34 .B grep
35 prints the matching lines.
36 .PP
37 In addition, two variant programs
38 .B egrep
39 and
40 .B fgrep
41 are available.
42 .B Egrep
43 is the same as
44 .BR "grep\ \-E" .
45 .B Fgrep
46 is the same as
47 .BR "grep\ \-F" .
48 .SH OPTIONS
49 .TP
50 .BI \-A " NUM" "\fR,\fP \-\^\-after-context=" NUM
51 Print
52 .I NUM
53 lines of trailing context after matching lines.
54 Places a line containing
55 .B \-\^\-
56 between contiguous groups of matches.
57 .TP
58 .BR \-a ", " \-\^\-text
59 Process a binary file as if it were text; this is equivalent to the
60 .B \-\^\-binary-files=text
61 option.
62 .TP
63 .BI \-B " NUM" "\fR,\fP \-\^\-before-context=" NUM
64 Print
65 .I NUM
66 lines of leading context before matching lines.
67 Places a line containing
68 .B \-\^\-
69 between contiguous groups of matches.
70 .TP
71 .BR \-b ", " \-\^\-byte-offset
72 Print the byte offset within the input file before
73 each line of output.
74 .TP
75 .BI \-\^\-binary-files= TYPE
76 If the first few bytes of a file indicate that the file contains binary
77 data, assume that the file is of type
78 .IR TYPE .
79 By default,
80 .I TYPE
82 .BR binary ,
83 and
84 .B grep
85 normally outputs either
86 a one-line message saying that a binary file matches, or no message if
87 there is no match.
89 .I TYPE
91 .BR without-match ,
92 .B grep
93 assumes that a binary file does not match; this is equivalent to the
94 .B \-I
95 option.
97 .I TYPE
99 .BR text ,
100 .B grep
101 processes a binary file as if it were text; this is equivalent to the
102 .B \-a
103 option.
104 .I Warning:
105 .B "grep \-\^\-binary-files=text"
106 might output binary garbage,
107 which can have nasty side effects if the output is a terminal and if the
108 terminal driver interprets some of it as commands.
110 .BI \-C " NUM" "\fR,\fP \-\^\-context=" NUM
111 Print
112 .I NUM
113 lines of output context.
114 Places a line containing
115 .B \-\^\-
116 between contiguous groups of matches.
118 .BR \-c ", " \-\^\-count
119 Suppress normal output; instead print a count of
120 matching lines for each input file.
121 With the
122 .BR \-v ", " \-\^\-invert-match
123 option (see below), count non-matching lines.
125 .BI \-\^\-colour[=\fIWHEN\fR] ", " \-\^\-color[=\fIWHEN\fR]
126 Surround the matching string with the marker find in
127 .B GREP_COLOR
128 environment variable. WHEN may be `never', `always', or `auto'
130 .BI \-D " ACTION" "\fR,\fP \-\^\-devices=" ACTION
131 If an input file is a device, FIFO or socket, use
132 .I ACTION
133 to process it.  By default,
134 .I ACTION
136 .BR read ,
137 which means that devices are read just as if they were ordinary files.
139 .I ACTION
141 .BR skip ,
142 devices are silently skipped.
144 .BI \-d " ACTION" "\fR,\fP \-\^\-directories=" ACTION
145 If an input file is a directory, use
146 .I ACTION
147 to process it.  By default,
148 .I ACTION
150 .BR read ,
151 which means that directories are read just as if they were ordinary files.
153 .I ACTION
155 .BR skip ,
156 directories are silently skipped.
158 .I ACTION
160 .BR recurse ,
161 .B grep
162 reads all files under each directory, recursively;
163 this is equivalent to the
164 .B \-r
165 option.
167 .BR \-E ", " \-\^\-extended-regexp
168 Interpret
169 .I PATTERN
170 as an extended regular expression (see below).
172 .BI \-e " PATTERN" "\fR,\fP \-\^\-regexp=" PATTERN
174 .I PATTERN
175 as the pattern; useful to protect patterns beginning with
176 .BR \- . 
177 May be specified more than once.
179 .BR \-F ", " \-\^\-fixed-strings
180 Interpret
181 .I PATTERN
182 as a list of fixed strings, separated by newlines,
183 any of which is to be matched.
185 .BI \-f " FILE" "\fR,\fP \-\^\-file=" FILE
186 Obtain patterns from
187 .IR FILE ,
188 one per line.
189 The empty file contains zero patterns, and therefore matches nothing.
191 .BR \-G ", " \-\^\-basic-regexp
192 Interpret
193 .I PATTERN
194 as a basic regular expression (see below).  This is the default.
196 .BR \-H ", " \-\^\-with-filename
197 Print the filename for each match.
199 .BR \-h ", " \-\^\-no-filename
200 Suppress the prefixing of filenames on output
201 when multiple files are searched.
203 .B \-\^\-help
204 Output a brief help message.
206 .BR \-I
207 Process a binary file as if it did not contain matching data; this is
208 equivalent to the
209 .B \-\^\-binary-files=without-match
210 option.
212 .BR \-i ", " \-\^\-ignore-case
213 Ignore case distinctions in both the
214 .I PATTERN
215 and the input files.
217 .BR \-L ", " \-\^\-files-without-match
218 Suppress normal output; instead print the name
219 of each input file from which no output would
220 normally have been printed.  The scanning will stop
221 on the first match.
223 .BR \-l ", " \-\^\-files-with-matches
224 Suppress normal output; instead print
225 the name of each input file from which output
226 would normally have been printed.  The scanning will
227 stop on the first match.
229 .BI \-\^\-label= LABEL
230 Displays input actually coming from standard input as input coming from file
231 .I LABEL.
232 This is especially useful for tools like zgrep, e.g.
233 .B "gzip -cd foo.gz |grep --label=foo something"
235 .BR \-\^\-line-buffered
236 Use line buffering, it can be a performance penalty.
238 .BI \-m " NUM" "\fR,\fP \-\^\-max-count=" NUM
239 Stop reading a file after
240 .I NUM
241 matching lines.  If the input is standard input from a regular file,
243 .I NUM
244 matching lines are output,
245 .B grep
246 ensures that the standard input is positioned to just after the last
247 matching line before exiting, regardless of the presence of trailing
248 context lines.  This enables a calling process to resume a search.
249 When
250 .B grep
251 stops after
252 .I NUM
253 matching lines, it outputs any trailing context lines.  When the
254 .B \-c
256 .B \-\^\-count
257 option is also used,
258 .B grep
259 does not output a count greater than
260 .IR NUM .
261 When the
262 .B \-v
264 .B \-\^\-invert-match
265 option is also used,
266 .B grep
267 stops after outputting
268 .I NUM
269 non-matching lines.
271 .B \-\^\-mmap
272 If possible, use the
273 .BR mmap (2)
274 system call to read input, instead of
275 the default
276 .BR read (2)
277 system call.  In some situations,
278 .B \-\^\-mmap
279 yields better performance.  However,
280 .B \-\^\-mmap
281 can cause undefined behavior (including core dumps)
282 if an input file shrinks while
283 .B grep
284 is operating, or if an I/O error occurs.
286 .BR \-n ", " \-\^\-line-number
287 Prefix each line of output with the line number
288 within its input file.
290 .BR \-o ", " \-\^\-only-matching
291 Show only the part of a matching line that matches
292 .I PATTERN.
293 .\" NetBSD doesn't support perl regexps
294 .\" .TP
295 .\" .BR \-P ", " \-\^\-perl-regexp
296 .\" Interpret
297 .\" .I PATTERN
298 .\" as a Perl regular expression.
300 .BR \-q ", " \-\^\-quiet ", " \-\^\-silent
301 Quiet; do not write anything to standard output.
302 Exit immediately with zero status if any match is found,
303 even if an error was detected.
304 Also see the
305 .B \-s
307 .B \-\^\-no-messages
308 option.
310 .BR \-R ", " \-r ", " \-\^\-recursive
311 Read all files under each directory, recursively;
312 this is equivalent to the
313 .B "\-d recurse"
314 option.
316 .BR "\fR \fP \-\^\-include=" PATTERN
317 Recurse in directories only searching file matching
318 .I PATTERN.
320 .BR "\fR \fP \-\^\-exclude=" PATTERN
321 Recurse in directories skip file matching
322 .I PATTERN.
324 .BR \-s ", " \-\^\-no-messages
325 Suppress error messages about nonexistent or unreadable files.
326 Portability note: unlike \s-1GNU\s0
327 .BR grep ,
328 traditional
329 .B grep
330 did not conform to \s-1POSIX.2\s0, because traditional
331 .B grep
332 lacked a
333 .B \-q
334 option and its
335 .B \-s
336 option behaved like \s-1GNU\s0
337 .BR grep 's
338 .B \-q
339 option.
340 Shell scripts intended to be portable to traditional
341 .B grep
342 should avoid both
343 .B \-q
345 .B \-s
346 and should redirect output to /dev/null instead.
348 .BR \-U ", " \-\^\-binary
349 Treat the file(s) as binary.  By default, under MS-DOS and MS-Windows,
350 .BR grep
351 guesses the file type by looking at the contents of the first 32KB
352 read from the file.  If
353 .BR grep
354 decides the file is a text file, it strips the CR characters from the
355 original file contents (to make regular expressions with
356 .B ^
358 .B $
359 work correctly).  Specifying
360 .B \-U
361 overrules this guesswork, causing all files to be read and passed to the
362 matching mechanism verbatim; if the file is a text file with CR/LF
363 pairs at the end of each line, this will cause some regular
364 expressions to fail.
365 This option has no effect on platforms other than MS-DOS and
366 MS-Windows.
368 .BR \-u ", " \-\^\-unix-byte-offsets
369 Report Unix-style byte offsets.  This switch causes
370 .B grep
371 to report byte offsets as if the file were Unix-style text file, i.e. with
372 CR characters stripped off.  This will produce results identical to running
373 .B grep
374 on a Unix machine.  This option has no effect unless
375 .B \-b
376 option is also used;
377 it has no effect on platforms other than MS-DOS and MS-Windows.
379 .BR \-V ", " \-\^\-version
380 Print the version number of
381 .B grep
382 to standard error.  This version number should
383 be included in all bug reports (see below).
385 .BR \-v ", " \-\^\-invert-match
386 Invert the sense of matching, to select non-matching lines.
388 .BR \-w ", " \-\^\-word-regexp
389 Select only those lines containing matches that form whole words.
390 The test is that the matching substring must either be at the
391 beginning of the line, or preceded by a non-word constituent
392 character.  Similarly, it must be either at the end of the line
393 or followed by a non-word constituent character.  Word-constituent
394 characters are letters, digits, and the underscore.
396 .BR \-x ", " \-\^\-line-regexp
397 Select only those matches that exactly match the whole line.
399 .B \-y
400 Obsolete synonym for
401 .BR \-i .
403 .BR \-Z ", " \-\^\-null
404 Output a zero byte (the \s-1ASCII\s0
405 .B NUL
406 character) instead of the character that normally follows a file name.
407 For example,
408 .B "grep \-lZ"
409 outputs a zero byte after each file name instead of the usual newline.
410 This option makes the output unambiguous, even in the presence of file
411 names containing unusual characters like newlines.  This option can be
412 used with commands like
413 .BR "find \-print0" ,
414 .BR "perl \-0" ,
415 .BR "sort \-z" ,
417 .B "xargs \-0"
418 to process arbitrary file names,
419 even those that contain newline characters.
420 .SH "REGULAR EXPRESSIONS"
422 A regular expression is a pattern that describes a set of strings.
423 Regular expressions are constructed analogously to arithmetic
424 expressions, by using various operators to combine smaller expressions.
426 .B Grep
427 understands two different versions of regular expression syntax:
428 \*(lqbasic\*(rq and \*(lqextended.\*(rq  In
429 .RB "\s-1GNU\s0\ " grep ,
430 there is no difference in available functionality using either syntax.
431 In other implementations, basic regular expressions are less powerful.
432 The following description applies to extended regular expressions;
433 differences for basic regular expressions are summarized afterwards.
435 The fundamental building blocks are the regular expressions that match
436 a single character.  Most characters, including all letters and digits,
437 are regular expressions that match themselves.  Any metacharacter with
438 special meaning may be quoted by preceding it with a backslash.
441 .I "bracket expression"
442 is a list of characters enclosed by
443 .B [
445 .BR ] .
446 It matches any single
447 character in that list; if the first character of the list
448 is the caret
449 .B ^
450 then it matches any character
451 .I not
452 in the list.
453 For example, the regular expression
454 .B [0123456789]
455 matches any single digit.
457 Within a bracket expression, a
458 .I "range expression"
459 consists of two characters separated by a hyphen.
460 It matches any single character that sorts between the two characters,
461 inclusive, using the locale's collating sequence and character set.
462 For example, in the default C locale,
463 .B [a\-d]
464 is equivalent to
465 .BR [abcd] .
466 Many locales sort characters in dictionary order, and in these locales
467 .B [a\-d]
468 is typically not equivalent to
469 .BR [abcd] ;
470 it might be equivalent to
471 .BR [aBbCcDd] ,
472 for example.
473 To obtain the traditional interpretation of bracket expressions,
474 you can use the C locale by setting the
475 .B LC_ALL
476 environment variable to the value
477 .BR C .
479 Finally, certain named classes of characters are predefined within
480 bracket expressions, as follows.
481 Their names are self explanatory, and they are
482 .BR [:alnum:] ,
483 .BR [:alpha:] ,
484 .BR [:cntrl:] ,
485 .BR [:digit:] ,
486 .BR [:graph:] ,
487 .BR [:lower:] ,
488 .BR [:print:] ,
489 .BR [:punct:] ,
490 .BR [:space:] ,
491 .BR [:upper:] ,
493 .BR [:xdigit:].
494 For example,
495 .B [[:alnum:]]
496 means
497 .BR [0\-9A\-Za\-z] ,
498 except the latter form depends upon the C locale and the
499 \s-1ASCII\s0 character encoding, whereas the former is independent
500 of locale and character set.
501 (Note that the brackets in these class names are part of the symbolic
502 names, and must be included in addition to the brackets delimiting
503 the bracket list.)  Most metacharacters lose their special meaning
504 inside lists.  To include a literal
505 .B ]
506 place it first in the list.  Similarly, to include a literal
507 .B ^
508 place it anywhere but first.  Finally, to include a literal
509 .B \-
510 place it last.
512 The period
513 .B .
514 matches any single character.
515 The symbol
516 .B \ew
517 is a synonym for
518 .B [[:alnum:]]
520 .B \eW
521 is a synonym for
522 .BR [^[:alnum:]] .
524 The caret
525 .B ^
526 and the dollar sign
527 .B $
528 are metacharacters that respectively match the empty string at the
529 beginning and end of a line.
530 The symbols
531 .B \e<
533 .B \e>
534 respectively match the empty string at the beginning and end of a word.
535 The symbol
536 .B \eb
537 matches the empty string at the edge of a word,
539 .B \eB
540 matches the empty string provided it's
541 .I not
542 at the edge of a word.
544 A regular expression may be followed by one of several repetition operators:
545 .PD 0
547 .B ?
548 The preceding item is optional and matched at most once.
550 .B *
551 The preceding item will be matched zero or more times.
553 .B +
554 The preceding item will be matched one or more times.
556 .BI { n }
557 The preceding item is matched exactly
558 .I n
559 times.
561 .BI { n ,}
562 The preceding item is matched
563 .I n
564 or more times.
566 .BI { n , m }
567 The preceding item is matched at least
568 .I n
569 times, but not more than
570 .I m
571 times.
574 Two regular expressions may be concatenated; the resulting
575 regular expression matches any string formed by concatenating
576 two substrings that respectively match the concatenated
577 subexpressions.
579 Two regular expressions may be joined by the infix operator
580 .BR | ;
581 the resulting regular expression matches any string matching
582 either subexpression.
584 Repetition takes precedence over concatenation, which in turn
585 takes precedence over alternation.  A whole subexpression may be
586 enclosed in parentheses to override these precedence rules.
588 The backreference
589 .BI \e n\c
590 \&, where
591 .I n
592 is a single digit, matches the substring
593 previously matched by the
594 .IR n th
595 parenthesized subexpression of the regular expression.
597 In basic regular expressions the metacharacters
598 .BR ? ,
599 .BR + ,
600 .BR { ,
601 .BR | ,
602 .BR ( ,
604 .BR )
605 lose their special meaning; instead use the backslashed
606 versions
607 .BR \e? ,
608 .BR \e+ ,
609 .BR \e{ ,
610 .BR \e| ,
611 .BR \e( ,
613 .BR \e) .
615 Traditional
616 .B egrep
617 did not support the
618 .B {
619 metacharacter, and some
620 .B egrep
621 implementations support
622 .B \e{
623 instead, so portable scripts should avoid
624 .B {
626 .B egrep
627 patterns and should use
628 .B [{]
629 to match a literal
630 .BR { .
632 \s-1GNU\s0
633 .B egrep
634 attempts to support traditional usage by assuming that
635 .B {
636 is not special if it would be the start of an invalid interval
637 specification.  For example, the shell command
638 .B "egrep '{1'"
639 searches for the two-character string
640 .B {1
641 instead of reporting a syntax error in the regular expression.
642 \s-1POSIX.2\s0 allows this behavior as an extension, but portable scripts
643 should avoid it.
644 .SH "ENVIRONMENT VARIABLES"
645 Grep's behavior is affected by the following environment variables.
647 A locale
648 .BI LC_ foo
649 is specified by examining the three environment variables
650 .BR LC_ALL ,
651 .BR LC_\fIfoo\fP ,
652 .BR LANG ,
653 in that order.
654 The first of these variables that is set specifies the locale.
655 For example, if
656 .B LC_ALL
657 is not set, but
658 .B LC_MESSAGES
659 is set to
660 .BR pt_BR ,
661 then Brazilian Portuguese is used for the
662 .B LC_MESSAGES
663 locale.
664 The C locale is used if none of these environment variables are set,
665 or if the locale catalog is not installed, or if
666 .B grep
667 was not compiled with national language support (\s-1NLS\s0).
669 .B GREP_OPTIONS
670 This variable specifies default options to be placed in front of any
671 explicit options.  For example, if
672 .B GREP_OPTIONS
674 .BR "'\-\^\-binary-files=without-match \-\^\-directories=skip'" ,
675 .B grep
676 behaves as if the two options
677 .B \-\^\-binary-files=without-match
679 .B \-\^\-directories=skip
680 had been specified before any explicit options.
681 Option specifications are separated by whitespace.
682 A backslash escapes the next character,
683 so it can be used to specify an option containing whitespace or a backslash.
685 .B GREP_COLOR
686 Specifies the marker for highlighting.
688 \fBLC_ALL\fP, \fBLC_COLLATE\fP, \fBLANG\fP
689 These variables specify the
690 .B LC_COLLATE
691 locale, which determines the collating sequence used to interpret
692 range expressions like
693 .BR [a\-z] .
695 \fBLC_ALL\fP, \fBLC_CTYPE\fP, \fBLANG\fP
696 These variables specify the
697 .B LC_CTYPE
698 locale, which determines the type of characters, e.g., which
699 characters are whitespace.
701 \fBLC_ALL\fP, \fBLC_MESSAGES\fP, \fBLANG\fP
702 These variables specify the
703 .B LC_MESSAGES
704 locale, which determines the language that
705 .B grep
706 uses for messages.
707 The default C locale uses American English messages.
709 .B POSIXLY_CORRECT
710 If set,
711 .B grep
712 behaves as \s-1POSIX.2\s0 requires; otherwise,
713 .B grep
714 behaves more like other \s-1GNU\s0 programs.
715 \s-1POSIX.2\s0 requires that options that follow file names must be
716 treated as file names; by default, such options are permuted to the
717 front of the operand list and are treated as options.
718 Also, \s-1POSIX.2\s0 requires that unrecognized options be diagnosed as
719 \*(lqillegal\*(rq, but since they are not really against the law the default
720 is to diagnose them as \*(lqinvalid\*(rq.
721 .B POSIXLY_CORRECT
722 also disables \fB_\fP\fIN\fP\fB_GNU_nonoption_argv_flags_\fP,
723 described below.
725 \fB_\fP\fIN\fP\fB_GNU_nonoption_argv_flags_\fP
726 (Here
727 .I N
729 .BR grep 's
730 numeric process ID.)  If the
731 .IR i th
732 character of this environment variable's value is
733 .BR 1 ,
734 do not consider the
735 .IR i th
736 operand of
737 .B grep
738 to be an option, even if it appears to be one.
739 A shell can put this variable in the environment for each command it runs,
740 specifying which operands are the results of file name wildcard
741 expansion and therefore should not be treated as options.
742 This behavior is available only with the \s-1GNU\s0 C library, and only
743 when
744 .B POSIXLY_CORRECT
745 is not set.
746 .SH DIAGNOSTICS
748 Normally, exit status is 0 if selected lines are found and 1 otherwise.
749 But the exit status is 2 if an error occurred, unless the
750 .B \-q
752 .B \-\^\-quiet
754 .B \-\^\-silent
755 option is used and a selected line is found.
756 .SH BUGS
758 Email bug reports to
759 .BR bug-gnu-utils@gnu.org .
760 Be sure to include the word \*(lqgrep\*(rq somewhere in the
761 \*(lqSubject:\*(rq field.
763 Large repetition counts in the
764 .BI { n , m }
765 construct may cause grep to use lots of memory.
766 In addition,
767 certain other obscure regular expressions require exponential time
768 and space, and may cause
769 .B grep
770 to run out of memory.
772 Backreferences are very slow, and may require exponential time.
773 .\" Work around problems with some troff -man implementations.