Printing output of file in a screen with cat command
cat command in Linux can be used to output content of a file in standard output which is usually a screen. This output can be reduced with using grep or egrep commands, so only lines of text that match search condition will be displayed.
This reduced output can be redirected to a file for further processing.
Comments
Post a Comment