mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 11:55:51 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,8 +10,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run the specified command if and only if `stdin` is not empty:
|
||||
|
||||
`ifne {{command options ...}}`
|
||||
`ifne {{command}} {{command_options}}`
|
||||
|
||||
- Run the specified command if and only if `stdin` is empty, otherwise pass `stdin` to `stdout`:
|
||||
|
||||
`ifne -n {{command options ...}}`
|
||||
`ifne -n {{command}} {{command_options}}`
|
||||
|
||||
Reference in New Issue
Block a user