Input, Output, and Error Redirection in Linux (with Examples)
Most Unix/Linux system commands accept input from your terminal and return the resulting output to it.
A command normally reads its input from the standard input (stdin), which is usually your terminal. Similarly, by default, a command writes its output to standard output (stdout), which is also your terminal.
The concept of redirection refers to the abil…
Keep reading with a 7-day free trial
Subscribe to sysxplore to keep reading this post and get 7 days of free access to the full post archives.

