LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: Read and write data from anywhere with redirection in the Linux terminal (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-read-and-write-data-from-anywhere-with-redirection-in-the-linux-terminal-4175677971/)

LXer 07-01-2020 02:12 PM

LXer: Read and write data from anywhere with redirection in the Linux terminal
 
Published at LXer:

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

Read More...

greencedar 07-01-2020 07:01 PM

Interesting article concerning the inner workings of the OS.


All times are GMT -5. The time now is 04:39 PM.