shell删除文件夹下特定前缀的文件 哎就是玩儿 2021-07-08 1,045 阅读1分钟 shell删除文件夹下特定前缀的文件 find ./ -name 'debug*' -exec rm {} \;