Pipe Command - Connect Programs with Vertical Bar | Online Free DevTools by Hexmos
Connect programs with the Pipe Command. Chain commands together, redirecting output and error streams. Free online tool, no registration required.
|
Pipe data between programs. More information: https://gnu.org/software/bash/manual/bash.html#Pipelines.
- Pipe
stdouttostdin:
{{command}} | {{command}}
- Pipe both
stdoutandstderrtostdin:
{{command}} |& {{command}}