Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-13 00:20:43 +00:00
parent 7597be12db
commit d60c0b1b4b
15 changed files with 55 additions and 43 deletions

View File

@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- Create an empty temporary directory and print its absolute path:
`mktemp {{[-d|--directory]}}`
- Print the name of a temporary file or directory without actually creating it:
`mktemp {{[-u|--dry-run]}}`