| grep |
|
|
|
| Tuesday, 15 December 2009 19:20 |
Command grepgrep command provides search in one or more files, lines that match the regular expression (search patterns). Syntaxgrep [options] pattern files
Options-N (where N-number) displays the N lines near the line containing the sample. DescriptionThe command grep searches for a template in these files. Typically, the grep command used to search a specified sequence of characters in one or more text files. |