Pipes
Pipes let you combine commands at the command line to perform multiple actions. The shell uses output from the first command as input for the second command, and output from the second command as input for the third command, and so on. The symbol for pipe is a bar (|). For example, ls | grep file.