Pipeline: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The ''pipeline'' is a fundamental feature of the UNIX command line. By connecting the output of one program to the input of another, | The ''pipeline'' is a fundamental feature of the UNIX command line. By connecting the output of one program to the input of another, you can build chains of commands. In this way simple commands can form the building blocks to build more sophisticated / personalized scripts to do powerful things. | ||
[[Wikipedia:Pipeline (Unix)]] | [[Wikipedia:Pipeline (Unix)]] |
Revision as of 23:03, 13 October 2008
The pipeline is a fundamental feature of the UNIX command line. By connecting the output of one program to the input of another, you can build chains of commands. In this way simple commands can form the building blocks to build more sophisticated / personalized scripts to do powerful things.