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

Diff for /src/usr.bin/grep/grep.c between version 1.57 and 1.58

version 1.57, 2017/12/10 09:17:24 version 1.58, 2019/01/23 23:00:54
Line 63 
Line 63 
 int      Hflag;         /* -H: always print filename header */  int      Hflag;         /* -H: always print filename header */
 int      Lflag;         /* -L: only show names of files with no matches */  int      Lflag;         /* -L: only show names of files with no matches */
 int      Rflag;         /* -R: recursively search directory trees */  int      Rflag;         /* -R: recursively search directory trees */
 #ifndef NOZ  
 int      Zflag;         /* -Z: decompress input before processing */  int      Zflag;         /* -Z: decompress input before processing */
 #endif  
 int      bflag;         /* -b: show block numbers for each match */  int      bflag;         /* -b: show block numbers for each match */
 int      cflag;         /* -c: only show a count of matching lines */  int      cflag;         /* -c: only show a count of matching lines */
 int      hflag;         /* -h: don't print filename headers */  int      hflag;         /* -h: don't print filename headers */

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58