Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,16 +1,16 @@
# touch
> Change a file access and modification times (atime, mtime)
> Change a file access and modification times (atime, mtime).
- Create a new empty file(s) or change the times for existing file(s) to current time
- Create a new empty file(s) or change the times for existing file(s) to current time:
`touch {{filename}}`
- Set the times on a file to those specified
- Set the times on a file to those specified:
`touch -t 201412250801.59 {{filename}}`
`touch -t {{YYYYMMDDHHMM.SS}} {{filename}}`
- Set the times on a file to match those on second file
- Set the times on a file to match those on second file:
`touch -r {{filename2}} {{filename}}`