首页 › 系统 › Linux › linux定时删除N天前的文件 linux定时删除N天前的文件 分类:Linux 2022-03-11 root 评论(0) 命令格式: find /tmp -mtime +30 -type f -name "*" -exec rm -rf {} /; « 上一篇 linux大日志文件筛选,查询 下一篇 »Jenkins自动发布 Build step 'Execute shell script on remote host using ssh' marked build as fai 相关文章 datax mysql-clickhouse 数据同步事例 2025-06-03 rustdesk自建服务器 2024-08-26 linux下安装谷歌拼音输入法 2024-06-01 failed to handler mux client connection 的解决方法 2024-01-13 linux服务器同步互联网时间 2024-01-13 php安装gpm扩展 2022-12-04 发表评论 取消回复您的邮箱地址不会被公开。评论 * 显示名称 * 邮箱 * 网站 在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。 Δ