Taming The Terminal

TTT 15 of n - Plumbing

Informações:

Synopsis

In this installment we introduce the concept of data streams, looking at the three system streams STDIN, STDOUT $ STDERR, and then look at how we can use the pipe operator connect the output of one command to the input of another.