linux下查找带BOM标志文本

 find /application -name *.php  -type f -exec file {} \; | grep -i BOM

编程技巧