mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 05:52:22 +00:00
Update cheatsheets
This commit is contained in:
13
mispipe
Normal file
13
mispipe
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mispipe
|
||||
|
||||
> Pipe two commands and return the exit status of the first command.
|
||||
> More information: <https://joeyh.name/code/moreutils/>.
|
||||
|
||||
- Pipe two commands and return the exit status of the first command:
|
||||
|
||||
`mispipe {{command1}} {{command2}}`
|
||||
Reference in New Issue
Block a user