View the Most Wanted LQ Wiki articles.    
LinuxQuestions.org > Linux Wiki > Pipeline

From LQWiki

Jump to: navigation, search

A pipeline is a shell command that is a compound of normal commands connected by the "pipe" symbol ("|"), with the meaning that the stdout of each command except the last is redirected to a pipe whose output end is connected to the stdin of the following stage. The stderr stream is usually unaffected.

This article is a stub and needs to be finished. Plunge forward and help it grow!



Personal tools
Sponsored Links