Noun | 1. | ![]() Synonyms: tobacco pipe |
2. | pipe - a long tube made of metal or plastic that is used to carry water or oil or gas etc. | |
3. | pipe - a hollow cylindrical shape Synonyms: tube | |
4. | pipe - a tubular wind instrument Synonyms: tabor pipe | |
5. | ![]() Synonyms: organ pipe, pipework | |
Verb | 1. | pipe - utter a shrill cry |
2. | pipe - transport by pipeline; "pipe oil, water, and gas into the desert" | |
3. | pipe - play on a pipe; "pipe a tune" | |
4. | pipe - trim with piping; "pipe the skirt" |
PIPE, Eng. laid. The name of a roll in the exchequer otherwise called the Great Roll. A measure containing two hogsheads; one hundred and twenty-six gallons is also called a pipe.
1. | (operating system) | pipe - One of Unix's buffers which can be written to by one asynchronous process and read by another, with the kernel suspending and waking up the sender and receiver according to how full the pipe is. In later versions of Unix, rather than using an anonymous kernel-managed temporary file to implement a pipe, it can be named and is implemented as a local socket pair. | |
2. | (character) | pipe - "|" ASCII character 124. Used to represent a
pipe between two processes in a shell command line. E.g. grep foo log | more which feeds the output of grep into the input of more without requiring a named temporary file and without waiting for the first process to finish. | |
3. | (jargon, networking) | pipe - A connection to a network. See also light pipe. |