Make 'grep -l' work
This commit is contained in:
parent
4391a16c92
commit
303dd28bb0
5 changed files with 35 additions and 10 deletions
|
@ -522,6 +522,7 @@
|
|||
"\t-H\tprefix output lines with filename where match was found\n" \
|
||||
"\t-h\tsuppress the prefixing filename on output\n" \
|
||||
"\t-i\tignore case distinctions\n" \
|
||||
"\t-l\tlist names of files that match\n" \
|
||||
"\t-n\tprint line number with output lines\n" \
|
||||
"\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n" \
|
||||
"\t-v\tselect non-matching lines\n" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue