清空所有PHP文件

find . -name '*.php'|xargs sed -i '1,$d'

 

清空所有文件

find . -type f|xargs sed -i '1,$d'

相关文章: