Read and write data from anywhere with redirection in the Linux terminal
Redirection of input and output is a natural function of any programming or scripting language. Technically, it happens inherently whenever you interact with a computer. Input gets read from stdin (standard input, usually your keyboard or mouse), output goes to stdout (standard output, a text or data stream), and errors get sent to stderr.
read more
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.