使用查找列表和删除早于一年的文件
Hujiuxiang
・1 分钟阅读
列出并删除超过一年的文件
find <directory path> -mtime +365 -and -not -type d -delete