使用linux命令删除当前文件夹内指定后缀的文件 发表评论A+所属分类:Linux 就这么简单,so easy 删除当前文件夹“.” 内所有.html后缀的文件 find . -name "*.html" | xargs rm -f 你还可以find指定文件夹。。。自己动脑吧 赞 0 赏 分享