您的位置: 首页 > IT文章 > Linux_Comand Linux_Comand 分类: IT文章 • 2025-01-21 23:40:31 df -h du -sh Delete folder older than 30 days find /path -name "test-*" -type d -mtime +30 -exec rm -rf {} ;