Learn The Basics of How Linux I/O (Input/Output) Redirection Works
One of the most important and interesting topics under Linux administration is I/O redirection. This feature of the command line enables you to redirect the input and/or output of commands from and/or to files, or…