mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
d2e6da7679
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
237 B
237 B
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}}