mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 04:58:11 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}}`
|
||||
|
||||
Reference in New Issue
Block a user