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.
Comments
Post a Comment