问题 :

从当前目录递归搜索 修改时间为最近7天,扩展名为.conf的文件

Linux如何查找在一段时间内修改过的文件

解决方案 :

例如

find ./-mtime -7d -iname "*.conf"
日期:2020-06-02 22:16:52 来源:oir作者:oir