Copyright © tutorialspoint.com
| Tag | Description |
|---|---|
| -b | Print byte offset of match. |
| -c | Print number of matches. |
| -i | Compare case-insensitively. |
| -n | Print line number of each match. |
| -s | Suppress error messages. |
| -w | Force PATTERN to match only whole words. |
| -e PATTERN | Use PATTERN as regular expression. |
| --help | Print help, then exit. |
| -V | |
| --version | Print version number, then exit. |
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version. A copy of the license is included in the
man page gpl(7).
Copyright © tutorialspoint.com