linux 下通过后缀删除文件


## . 是当前目录

find . -name '*.repositories' -type f -print -exec rm -rf {} \;

 

你可能感兴趣的:(linux 下通过后缀删除文件)