Chain commands together by forwarding output as input to the next command (pipe)

Executes command_1 and passes the output as input to command_2

Authored by: Mendel Cooper
Brought to you by Warp, a free terminal reimagined to work like a modern app.
command_1
command_2

Command
Copy
command_1 | command_2
Tags