grep: add -h (inverse of -H) aswell
This commit is contained in:
5
grep.1
5
grep.1
@@ -3,7 +3,7 @@
|
||||
grep \- search files for a pattern
|
||||
.SH SYNOPSIS
|
||||
.B grep
|
||||
.RB [ \-EHcilnqv ]
|
||||
.RB [ \-EHchilnqv ]
|
||||
.RB [ \-e
|
||||
.I pattern ]
|
||||
.I pattern
|
||||
@@ -38,6 +38,9 @@ This option is most useful when multiple -e options are used to
|
||||
specify multiple patterns, or when a pattern begins with a dash
|
||||
(`-').
|
||||
.TP
|
||||
.B \-h
|
||||
do not prefix each line with 'filename:' prefix.
|
||||
.TP
|
||||
.B \-i
|
||||
matches lines case insensitively.
|
||||
.TP
|
||||
|
Reference in New Issue
Block a user