Send output of one command as input to another.
Section: Input Output and Pipelines
Pipe stdout to another command
bash
bash
ps aux | grep nginxExplanation
Pipelines are the foundation of Unix composition.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Input Output and Pipelines