Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-18 00:20:54 +00:00
parent 5e29c3e5bb
commit 83af6b3c72
22 changed files with 325 additions and 29 deletions

View File

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