Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-09 00:21:04 +00:00
parent 873e610a6b
commit b467fadfef
6 changed files with 78 additions and 8 deletions

View File

@@ -27,3 +27,11 @@ source: https://github.com/tldr-pages/tldr.git
- Set the timestamp by parsing a string:
`touch {{[-d|--date]}} "{{last year|5 hours|next thursday|nov 14|...}}" {{path/to/file}}`
- Create multiple files with an increasing number:
`touch {{path/to/file{1..10}}}`
- Create multiple files with a letter range:
`touch {{path/to/file{a..z}}}`