专注于web2.0技术
//删除/www/wwwroot/default/下内容为空的php 文件find /www/wwwroot/default/ -name '*.php' -type f -size 0c | xargs -n 1 rm -f