Pipes and Error Handling
Learn how to connect streams using pipes and how to handle errors.
We'll cover the following
Connecting streams using pipes
The concept of Unix pipes was invented by Douglas Mcllroy. This enabled the output of a program to be connected to the input of the next. Take a look at the following command:
Get hands-on with 1400+ tech skills courses.