Shell / Commands

Pipe

English

Overview

A mechanism for connecting one command's output directly to another command's input.

Details

A notation (|) that connects a command's standard output directly to the next command's standard input, enabling processing chained across multiple commands.

More Linux terms