Pipes and Redirection

1 / 11

In the first lesson I said the shell lets you combine small programs in ways nobody anticipated. This is that lesson.

Everything so far has been individual commands. What makes the command line genuinely powerful — more powerful than any GUI, for a large class of problems — is that its programs are designed to be connected.

Finish →