# touch -a -m -t 201606140001 target上の例は、targetというファイルについて、
アクセス日時、変更日時を、共に、2016年06月14日 00時01分 に書き換えるコマンドである。
下記、touch --help の引用である。
Mandatory arguments to long options are mandatory for short options too.
-a change only the access time
-c, --no-create do not create any files
-d, --date=STRING parse STRING and use it instead of current time
-f (ignored)
-h, --no-dereference affect each symbolic link instead of any referenced
file (useful only on systems that can change the
timestamps of a symlink)
-m change only the modification time
-r, --reference=FILE use this file's times instead of current time
-t STAMP use [[CC]YY]MMDDhhmm[.ss] instead of current time
--time=WORD change the specified time:
WORD is access, atime, or use: equivalent to -a
WORD is modify or mtime: equivalent to -m
<参考>
・ How can I change the date modified/created of a file?
< http://askubuntu.com/questions/62492/how-can-i-change-the-date-modified-created-of-a-file > 2016年6月14日