Pipes

From NetBSD Wiki

Jump to: navigation, search
This article is a stub. You can help by editing it.

Pipes are a way to forward data from one program's output into another program as input. They are a vital tool for day-to-day Unix usage.

Example:

$ echo foo | sed "s/foo/bar/"
bar

See the main article: File descriptors

See also

Retrieved from "http://wiki.netbsd.se/Pipes"
Personal tools