Alternatively called piping, plumbing describe a feature found in Linux, Unix, and other operating systems where the output of one program is sent as input to another program. This feature is useful for when a user needs data from one program and does not want to retype all the output.

Linux, Operating system terms, Pipe, Unix

  • An example of a Linux and Unix command that takes advantage of plumbing is the tee command.