linux 删除一个月前的文件

来源:互联网 发布:搞怪美图软件 编辑:程序博客网 时间:2024/05/21 11:28

example:

find /path -mtime +30 -type f -name \*.zip -exec rm -f {} \;

0 0
原创粉丝点击