touch -t 201510111213.14 test.txt
更改文件的时间为2015年10月11号12点13分14秒
touch 还有个参数-d 这个是以当前时间为基准,几天前这个时候
touch -d "5 days ago" test.txt
touch -d "4 days ago" test.txt
作用是修改test.txt的时间为操作系统当前时间四天前的时间
看看"http://blog.chinaunix.net/u2/77494/",这个blog吧,有个文章是"批量修改时间戳脚本 "的,看看合不合用
不行吧,