Standard Streams and File Manipulation in Linux: Explained in Detail
Three Standard Streams
Stream here means the transfer of data. That data is simple text.
Stdin (Standard Input)
Stdin has the code 0. Linux takes the standard input and gives an output. It can be a standard output or a standard error.
Stdout (Standa...
kshitijcodes.hashnode.dev8 min read