Nix Nix
tldr-pages web client with multiple languages
Nix Nix
Search
On This Page

Vertical bar

Pipe data between programs. More information: https://gnu.org/software/bash/manual/bash.html#Pipelines.

  • Pipe stdout to stdin:

command | command

  • Pipe both stdout and stderr to stdin:

command |& command

Contribute to This Page
Report New Issue View Source
Discuss this page