mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
250 B
250 B
|
Pipe data between programs. More information: https://gnu.org/software/bash/manual/bash.html#Pipelines.
- Pipe
stdouttostdin:
{{command}} | {{command}}
- Pipe both
stdoutandstderrtostdin:
{{command}} |& {{command}}