Home » Linux Cat Filters

Linux Cat Filters

by Online Tutorials Library

Linux Cat Filters

When cat command is used inside pipes, it does nothing except moving stdin to stout.

Syntax:

Example:

Linux Cat Filter

Look at the above snapshot, output of one ‘cat’ or ‘tac’ command is passing onto another as input.

Next TopicLinux Cut

You may also like