grep: Command-line Options

1 
1 2.1 Command-line Options
1 ========================
1 
1 ‘grep’ comes with a rich set of options: some from POSIX and some being
1 GNU extensions.  Long option names are always a GNU extension, even for
1 options that are from POSIX specifications.  Options that are specified
1 by POSIX, under their short names, are explicitly marked as such to
1 facilitate POSIX-portable programming.  A few option names are provided
1 for compatibility with older or more exotic implementations.
1 

Menu