LibraryLink ToToggle FramesPrintFeedback

grep

grep [-c] [-h] [-i] [-n] [-v] [PATTERN] [PATH]

Displays lines matching a pattern.

This command has the following options:

OptionInterpretation
-c Suppresses normal output; instead print a count of matching lines for each input file
-h Displays the online help for this command
-i Ignores case distinctions in both the PATTERN and the input files
-n Prefixes each line of output with the line number within its input file
-v Inverts the sense of matching, to select non-matching lines

This command has the following arguments:

ArgumentInterpretation
PATTERN The pattern to match
PATH The path of the file to search