Print this page
3737 grep does not support -H option
3759 egrep(1) and fgrep(1) -s flag does not hide -c output
Reviewed by: Albert Lee <trisk@nexenta.com>
Reviewed by: Andy Stormont <andyjstormont@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/fgrep.1
          +++ new/usr/src/man/man1/fgrep.1
↓ open down ↓ 1 lines elided ↑ open up ↑
   2    2  .\" Copyright 1989 AT&T
   3    3  .\" Copyright (c) 2006, Sun Microsystems, Inc.  All Rights Reserved
   4    4  .\" Portions Copyright (c) 1992, X/Open Company Limited  All Rights Reserved
   5    5  .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at
   6    6  .\" http://www.opengroup.org/bookstore/.
   7    7  .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
   8    8  .\"  This notice shall appear on any product containing this material.
   9    9  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
  10   10  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
  11   11  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
  12      -.TH FGREP 1 "Mar 24, 2006"
       12 +.TH FGREP 1 "May 3, 2013"
  13   13  .SH NAME
  14   14  fgrep \- search a file for a fixed-character string
  15   15  .SH SYNOPSIS
  16   16  .LP
  17   17  .nf
  18      -\fB/usr/bin/fgrep\fR [\fB-bchilnsvx\fR] \fB-e\fR \fIpattern_list\fR [\fIfile...\fR]
       18 +\fB/usr/bin/fgrep\fR [\fB-bcHhilnqsvx\fR] \fB-e\fR \fIpattern_list\fR [\fIfile...\fR]
  19   19  .fi
  20   20  
  21   21  .LP
  22   22  .nf
  23      -\fB/usr/bin/fgrep\fR [\fB-bchilnsvx\fR] \fB-f\fR \fIfile\fR [\fIfile...\fR]
       23 +\fB/usr/bin/fgrep\fR [\fB-bcHhilnqsvx\fR] \fB-f\fR \fIfile\fR [\fIfile...\fR]
  24   24  .fi
  25   25  
  26   26  .LP
  27   27  .nf
  28      -\fB/usr/bin/fgrep\fR [\fB-bchilnsvx\fR] \fIpattern\fR [\fIfile...\fR]
       28 +\fB/usr/bin/fgrep\fR [\fB-bcHhilnqsvx\fR] \fIpattern\fR [\fIfile...\fR]
  29   29  .fi
  30   30  
  31   31  .LP
  32   32  .nf
  33      -\fB/usr/xpg4/bin/fgrep\fR [\fB-bchilnqsvx\fR] \fB-e\fR \fIpattern_list\fR [\fB-f\fR \fIfile\fR]
       33 +\fB/usr/xpg4/bin/fgrep\fR [\fB-bcHhilnqsvx\fR] \fB-e\fR \fIpattern_list\fR [\fB-f\fR \fIfile\fR]
  34   34       [\fIfile...\fR]
  35   35  .fi
  36   36  
  37   37  .LP
  38   38  .nf
  39      -\fB/usr/xpg4/bin/fgrep\fR [\fB-bchilnqsvx\fR] [\fB-e\fR \fIpattern_list\fR] \fB-f\fR \fIfile\fR
       39 +\fB/usr/xpg4/bin/fgrep\fR [\fB-bcHhilnqsvx\fR] [\fB-e\fR \fIpattern_list\fR] \fB-f\fR \fIfile\fR
  40   40       [\fIfile...\fR]
  41   41  .fi
  42   42  
  43   43  .LP
  44   44  .nf
  45      -\fB/usr/xpg4/bin/fgrep\fR [\fB-bchilnqsvx\fR] \fIpattern\fR [\fIfile...\fR]
       45 +\fB/usr/xpg4/bin/fgrep\fR [\fB-bcHhilnqsvx\fR] \fIpattern\fR [\fIfile...\fR]
  46   46  .fi
  47   47  
  48   48  .SH DESCRIPTION
  49   49  .sp
  50   50  .LP
  51   51  The \fBfgrep\fR (fast \fBgrep\fR) utility searches files for a character string
  52   52  and prints all lines that contain that string. \fBfgrep\fR is different from
  53   53  \fBgrep\fR(1) and from \fBegrep\fR(1) because it searches for a string, instead
  54   54  of searching for a pattern that matches an expression. \fBfgrep\fR uses a fast
  55   55  and compact algorithm.
↓ open down ↓ 48 lines elided ↑ open up ↑
 104  104  .na
 105  105  \fB\fB-f\fR \fIpattern-file\fR\fR
 106  106  .ad
 107  107  .RS 19n
 108  108  Takes the list of patterns from \fIpattern-file\fR.
 109  109  .RE
 110  110  
 111  111  .sp
 112  112  .ne 2
 113  113  .na
      114 +\fB\fB-H\fR\fR
      115 +.ad
      116 +.RS 19n
      117 +Precedes each line by the name of the file containing the matching line.
      118 +.RE
      119 +
      120 +.sp
      121 +.ne 2
      122 +.na
 114  123  \fB\fB-h\fR\fR
 115  124  .ad
 116  125  .RS 19n
 117  126  Suppresses printing of files when searching multiple files.
 118  127  .RE
 119  128  
 120  129  .sp
 121  130  .ne 2
 122  131  .na
 123  132  \fB\fB-i\fR\fR
↓ open down ↓ 17 lines elided ↑ open up ↑
 141  150  .na
 142  151  \fB\fB-n\fR\fR
 143  152  .ad
 144  153  .RS 19n
 145  154  Precedes each line by its line number in the file. The first line is 1.
 146  155  .RE
 147  156  
 148  157  .sp
 149  158  .ne 2
 150  159  .na
 151      -\fB\fB-s\fR\fR
      160 +\fB\fB-q\fR\fR
 152  161  .ad
 153  162  .RS 19n
 154      -Works silently, that is, displays nothing except error messages. This is useful
 155      -for checking the error status.
      163 +Quiet. Does not write anything to the standard output, regardless of matching
      164 +lines. Exits with zero status if an input line is selected.
 156  165  .RE
 157  166  
 158  167  .sp
 159  168  .ne 2
 160  169  .na
 161      -\fB\fB-v\fR\fR
      170 +\fB\fB-s\fR\fR
 162  171  .ad
 163  172  .RS 19n
 164      -Prints all lines except those that contain the pattern.
      173 +Legacy equivalent of \fB-q\fR.
 165  174  .RE
 166  175  
 167  176  .sp
 168  177  .ne 2
 169  178  .na
 170      -\fB\fB-x\fR\fR
      179 +\fB\fB-v\fR\fR
 171  180  .ad
 172  181  .RS 19n
 173      -Prints only lines that are matched entirely.
      182 +Prints all lines except those that contain the pattern.
 174  183  .RE
 175  184  
 176      -.SS "/usr/xpg4/bin/fgrep"
 177  185  .sp
 178      -.LP
 179      -The following options are supported for \fB/usr/xpg4/bin/fgrep\fR only:
 180      -.sp
 181  186  .ne 2
 182  187  .na
 183      -\fB\fB-q\fR\fR
      188 +\fB\fB-x\fR\fR
 184  189  .ad
 185      -.RS 6n
 186      -Quiet. Does not write anything to the standard output, regardless of matching
 187      -lines. Exits with zero status if an input line is selected.
      190 +.RS 19n
      191 +Prints only lines that are matched entirely.
 188  192  .RE
 189  193  
 190  194  .SH OPERANDS
 191  195  .sp
 192  196  .LP
 193  197  The following operands are supported:
 194  198  .sp
 195  199  .ne 2
 196  200  .na
 197  201  \fB\fIfile\fR\fR
↓ open down ↓ 105 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX