Name
grep
Synopsis
grep [options]pattern[files]
Searches one or more files for lines that
match a regular expression pattern.
Regular expressions are described in Chapter 20.
Exit status is 0 if any lines match, 1 if none match, and 2 for
errors. See also egrep and
fgrep.
Options
-
-a,--text Don’t suppress output lines with binary data; treat as text.
-
-Anum,--after-context=num Print
numlines of text that occur after the matching line.-
-b,--byte-offset Print the byte offset within the input file before each line of output.
-
-Bnum,--before-context=num Print
numlines of text that occur before the matching line.-
--binary-files=type Treat binary files as specified. By default,
greptreats binary files as such (typeisbinary). If a matching string is found within a binary file,grepreports only that the file matches; nothing is printed for nonmatching binary files. Iftypeiswithout-match,grepassumes binary files don’t match and skips them altogether. Same as-I. Using atypeoftextcausesgrepto treat binary files as text and print all matched lines. Same as-a.-
-c,--count Print only a count of matched lines. With the
-vor--invert-matchoption, count nonmatching lines.-
-C[num],--context=[num],-num Print
numlines of leading and trailing context. Default context is 2 lines.-
-daction,--directories=action Define an
actionfor processing directories. Possible actions are:-
read Read directories like ordinary files (default).
-
skip Skip directories.
-
recurse Recursively ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access