删除/www/wwwroot/default/下内容为空的php 文件
黔人阿诺
·
2024-12-02
·
via 博客园 - 黔人阿诺
Posted on
2024-12-02 23:30
黔人阿诺
阅读(72)
评论()
收藏
举报
//删除/www/wwwroot/default/下内容为空的php 文件
find /www/wwwroot/default/ -name '*.php' -type f -size 0c | xargs -n 1 rm -f
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。