pipe is the name of the ASCII character at position 124 (decimal), 7C (hex), 01111100 (binary): |
in the context of Unix operating systems, a pipe signifies that the output of one program feeds directly as input to another program. The Unix shell uses the pipe character (|) to join programs together. See Pipe (computing), Pipe (Unix) and Pipes and filters.
This is a disambiguation page; that is, one that points to other pages that might otherwise have the same name. If you followed a link here, you might want to go back and fix that link to point to the appropriate specific page.