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.