```
touch [options] files # 把文件的访问时间和修改时间更新为当前时间
#### 选项
-a # 只改变访问时间
-c, --no-create # 不创建任何文件
-d, --date=<STRING>
-h, --no-dereference
-m
-r, --reference=<FILE>
-t <STAMP>
--time=<WORD>