cd 你的web根目录 删除所有的PHP文件

cd 你的web根目录
find ./ -type f -name "*.php" -exec rm -f {} \;
posted @ 2014-04-08 20:30  hakeer  阅读(223)  评论(0编辑  收藏  举报