Pipeline

From XPUB & Lens-Based wiki
Revision as of 00:00, 14 October 2008 by Michael Murtaugh (talk | contribs) (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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 form the building blocks to build more sophisticated / personalized applications.

Wikipedia:UNIX Pipeline