Overview of 'grep' comamnd
The unix command 'grep' display the lines of a file that contain a given string or regular expression.
We will start with a few basic examples and then explore all the advanced options that 'grep' provides in the next few pages.