mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 08:53:21 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Set the file [a]ccess or [m]odification times to the current one and don't create file if it doesn't exist:
|
||||
|
||||
`touch {{[-c|--no-create]}} -{{a|m}} {{path/to/file1 path/to/file2 ...}}`
|
||||
`touch {{[-c|--no-create]}} {{-a|-m}} {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- Set the file [t]ime to a specific value and don't create file if it doesn't exist:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user