[BACK]Return to grep.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / grep

Diff for /src/usr.bin/grep/grep.1 between version 1.9 and 1.10

version 1.9, 2003/06/22 22:42:00 version 1.10, 2003/06/23 00:55:09
Line 37 
Line 37 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm grep  .Nm grep
 .Op Fl AB Ar num  .Op Fl AB Ar num
 .Op Fl CEFGHLPRSVZabchilnoqsvwx  .Op Fl CEFGHILPRSUVZabchilnoqsvwx
 .Op Fl e Ar pattern  .Op Fl e Ar pattern
 .Op Fl f Ar file  .Op Fl f Ar file
 .Op Ar  .Op Ar
Line 122 
Line 122 
 .Fl R  .Fl R
 is specified, follow symbolic links only if they were explictly listed  is specified, follow symbolic links only if they were explictly listed
 on the command line.  on the command line.
   .It Fl I
   Ignore binary files.
 .It Fl L  .It Fl L
 Only the names of files not containing selected lines are written to  Only the names of files not containing selected lines are written to
 standard output.  standard output.
Line 139 
Line 141 
 If  If
 .Fl R  .Fl R
 is specified, all symbolic links are followed.  is specified, all symbolic links are followed.
   .It Fl U
   Search binary files, but do not attempt to print them.
 .It Fl V  .It Fl V
 Display version information.  Display version information.
 .It Fl Z  .It Fl Z
Line 147 
Line 151 
 to behave as  to behave as
 .Nm zgrep .  .Nm zgrep .
 .It Fl a  .It Fl a
 Do not search in binary files.  Treat all files as text.
 .It Fl b  .It Fl b
 The block number on the disk in which a matched pattern is located is  The block number on the disk in which a matched pattern is located is
 displayed in front of the respective matched line.  displayed in front of the respective matched line.

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10