# Vertical bar > Pipe data between programs. > More information: . - Pipe `stdout` to `stdin`: `{{command}} | {{command}}` - Pipe both `stdout` and `stderr` to `stdin`: `{{command}} |& {{command}}`