[bash] 删除目录下可以执行文件

find . -maxdepth 1 -type f -perm /111 -exec rm {} \;
think in coding
原文地址:https://www.cnblogs.com/bluefrog/p/2843207.html