pavement

Pipe

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
 
[[pipe]] -- represented by the '''|''' character (shift-\ on most keyboards) -- is a function of the shell, but works the same way in whatever shell you choose. It works, unsurprisingly, as a pipe between one command and another and is a form of [[redirection]], like '''>''', '''>>''' and '''<'''. Most often it's used to pipe lengthy output (e.g., '''[[ps]] aux''') to another command, like [[more]] (or [[less]]).
 
[[pipe]] -- represented by the '''|''' character (shift-\ on most keyboards) -- is a function of the shell, but works the same way in whatever shell you choose. It works, unsurprisingly, as a pipe between one command and another and is a form of [[redirection]], like '''>''', '''>>''' and '''<'''. Most often it's used to pipe lengthy output (e.g., '''[[ps]] aux''') to another command, like [[more]] (or [[less]]).
 +
[[Category:FreeBSD Terminology]]

Revision as of 10:05, 18 October 2004

pipe -- represented by the | character (shift-\ on most keyboards) -- is a function of the shell, but works the same way in whatever shell you choose. It works, unsurprisingly, as a pipe between one command and another and is a form of redirection, like >, >> and <. Most often it's used to pipe lengthy output (e.g., ps aux) to another command, like more (or less).

Personal tools