Send output from one command to another.
Section: Shell Basics
Pipeline commands
bash
bash
ps aux | grep nginx | grep -v grepExplanation
Pipelines are foundational to shell workflows.
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 Shell Basics