Sodamhan.com

TL;DR

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

This document was created using the contents of the tldr project.