删除过期文件 wangxiuwen 2019-06-25 技术 tech, 技术 0 评论 字数统计: 12(字) 阅读时长: 1(分)12#!/bin/bashfind /xxx/workspace -ctime +2 -exec rm -rf {} \;