logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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.

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}}

See Also