删除某个目录排除某些后缀文件
rm -rf `find /home/anthony/gpo_member | xargs ls -ld |grep -v drwxr |awk -F" " '{print $9}'|egrep -v '(*.jpg|*.png|*.gif)'`