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

find . -maxdepth 1 -type f -perm /111 -exec rm {} \;

posted on 2013-01-03 18:34  bluefrog  阅读(272)  评论(0编辑  收藏  举报