Linux piping and redirection

In this article we discuss piping and redirection whereby we can alter the flow of input or output streams. This technique enables a user to create custom commands by combining multiple smaller commands to achieve specific task that cannot be accomplished by a single Linux command.

Table of contents.Introduction.Creating files.Redirection.Piping.Summary.References.Introduction.

Streams are inputs to and outputs from a program in Linux, we can redirect these streams.

Like everything else...

 •  0 comments  •  flag
Share on Twitter
Published on January 24, 2022 02:58
No comments have been added yet.