mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 23:35:32 +02:00
parent
46115d72c6
commit
a4d279b776
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@
|
|||
- Set the files' timestamp to the reference file's timestamp, and do not create the file if it does not exist:
|
||||
|
||||
`touch {{[-c|--no-create]}} {{[-r|--reference]}} {{path/to/reference_file}} {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- Set the timestamp by parsing a string:
|
||||
|
||||
`touch {{[-d|--date]}} "{{last year|5 hours|next thursday|nov 14|...}} {{path/to/file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue