13,420
edits
Changes
→Piping (Using Pipes)
===Piping (Using Pipes)===
[[Image:pipe-diagram-1.png|thumb|right|250px|A pipeline command send their standard output directly to standard input of other commands without having to create temporary files.]]
Commands can send their standard output directly to standard input of other commands.<br>
A few simple commands can be combined to form a more powerful command line.<br>