10 2019 档案

摘要:查找文件夹及其子文件夹下指定后缀的文件 删除文件夹及其子文件夹下指定后缀的文件 `find 目录 name ' .log' | xargs rm rf` 阅读全文
posted @ 2019-10-09 20:22 lzping 阅读(217) 评论(0) 推荐(0)