Pipe

The capability of a series of commands to accept the output of one program for input into another. In DOS, OS/2, and Unix, the pipe command is the vertical line character (|). For example, in DOS and OS/2, the statement, dir | more directs the output of the directory listing to the more utility.