Filtering data in Linux

​Output of a command can be filtered with the use of ‘grep’ command. ‘grep’ command needs to process output of the command that preceded it. ‘grep’ command will specify text that is needed to be found. Processing of the output of one command by another one is done by specifying pipe “|” symbol.

YouTube video

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator