Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-08 00:21:51 +00:00
parent 22bb163ffa
commit 4bbaaf8836
16 changed files with 164 additions and 11 deletions

View File

@@ -23,3 +23,11 @@ source: https://github.com/tldr-pages/tldr.git
- Execute a specific command after 20 [m]inutes delay:
`sleep 20m && {{command}}`
- Delay forever:
`sleep {{[inf|infinity]}}`
- Display help:
`sleep --help`