linux下批量修改文件目录下所有cpp文件的最后更改时间

来源:互联网 发布:plc编程学习网站 编辑:程序博客网 时间:2024/05/15 20:30
find . -name "*.cpp" -exec touch {} /;