1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 07:35:25 +02:00
tldr/pages/common/mispipe.md
Managor d2e6da7679
common*: refresh old pages part 7 (#16290)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-01 14:38:45 +03:00

8 lines
237 B
Markdown

# mispipe
> Pipe two commands and return the exit status of the first command.
> More information: <https://manned.org/mispipe>.
- Pipe two commands and return the exit status of the first command:
`mispipe {{command1}} {{command2}}`