Pipeline: Difference between revisions
(New page: Pipelines is a fundamental property of the UNIX command line. By connecting the output of one program to the input of another, a chain of commands is possible, allowing simple commands to ...) |
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, a chain of commands is possible, allowing simple commands to form the building blocks to build more sophisticated / personalized applications. | |||
[[Wikipedia: | [[Wikipedia:Pipeline (Unix)]] |
Revision as of 23:01, 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, a chain of commands is possible, allowing simple commands to form the building blocks to build more sophisticated / personalized applications.