标签:bash 转换 fan 文件夹 com http find hover install
在文件夹根目录下面创建文件:iconv_shell.sh
里面填写下面的内容:
#!/bin/bash for file in `find ./ -name ‘*.php‘`; do echo "$file" # iconv -f gb2312 -t utf8 -o $file $file enca -L zh_CN -x UTF-8 $file done
标签:bash 转换 fan 文件夹 com http find hover install
原文地址:http://www.cnblogs.com/zjdeblog/p/6796203.html