grep: Invoking

1 
1 2 Invoking ‘grep’
1 *****************
1 
1 The general synopsis of the ‘grep’ command line is
1 
1      grep OPTIONS PATTERN INPUT_FILE_NAMES
1 
1 There can be zero or more OPTIONS.  PATTERN will only be seen as such
1 (and not as an INPUT_FILE_NAME) if it wasn’t already specified within
1 OPTIONS (by using the ‘-e PATTERN’ or ‘-f FILE’ options).  There can be
1 zero or more INPUT_FILE_NAMES.
1 

Menu