🐚 Shell Pipes

📖 What is a Pipe?

A | (pipe) takes the output of one command and sends it as input to the next command.

📦 Examples

💻 Try It Yourself

Output will appear here...