cli helper. grep: search a file for a pattern
[english] [
русский
]
Main
Docs
News
About project
Contact
Contact
Solaris grep
Binary
Solaris /usr/bin/grep
Solaris /usr/xpg4/bin/grep
Linux grep
Input data from
From STDIN
How to use patern
Matches using limited regular expressions
Matches using full regular expressions
Matches using fixed strings
Match only lines that use all characters in patern
Regular expression patern
Several regular expression patern
File(s) with paterns
How to print result
Prints the matching lines
Prints only a count of the lines that contain the pattern
Prints only the names of files with matching lines, separated by NEWLINE characters
Quiet. Does not write anything to the standard output, regardless of matching lines
Precedes each line by the block number on which it was found
Prevents the name of the file containing the matching line from being prepended to that line
Ignores upper/lower case distinction during comparisons
Precedes each line by its line number in the file (first line is 1)
Suppresses error messages about nonexistent or unreadable files
Prints all lines except those that contain the pattern
Searches for the expression as a word
clihelper.com © 2008-2014