Pipes and Error Handling

Learn how to connect streams using pipes and how to handle errors.

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 1200+ tech skills courses.