码迷,mamicode.com
首页 > 其他好文 > 详细

查找特定文件,修改为当前系统时间

时间:2016-07-20 17:32:07      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:

 #find . -name ‘*.rpm‘ -exec ls -l {} \;
-rw-r--r-- 1 root root 771236 12月 12 2015 ./123/lftp-4.0.9-1.el6.x86_64.rpm
-rw-rw-r-- 1 root root 771236 12月 12 2015 ./lftp-4.0.9-1.el6.x86_64.rpm
-rw-rw-r-- 1 root root 154392 12月 12 2015 ./vsftpd-2.2.2-11.el6.x86_64.rpm

# find . -name ‘*.rpm‘ -exec touch {} \;

find . -name ‘*.rpm‘ -exec ls -l {} \;
-rw-r--r-- 1 root root 771236 7月  20 16:28 ./123/lftp-4.0.9-1.el6.x86_64.rpm
-rw-rw-r-- 1 root root 771236 7月  20 16:28 ./lftp-4.0.9-1.el6.x86_64.rpm
-rw-rw-r-- 1 root root 154392 7月  20 16:28 ./vsftpd-2.2.2-11.el6.x86_64.rpm

 

查找特定文件,修改为当前系统时间

标签:

原文地址:http://www.cnblogs.com/jjzd/p/5688891.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!