261 B
261 B
Vertical bar
Pipe data between programs. More information: https://gnu.org/software/bash/manual/bash.html#Pipelines.
- Pipe
stdouttostdin:
{{command}} | {{command}}
- Pipe both
stdoutandstderrtostdin:
{{command}} |& {{command}}