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...
Published on January 24, 2022 02:58