删除/www/wwwroot/default/下内容为空的php 文件

Posted on 2024-12-02 23:30  黔人阿诺  阅读(53)  评论(0)    收藏  举报

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