记录遇到问题的点点滴滴。
查看文件编码file -i filename递归转换(包括子文件夹)find default -type d -exec mkdir -p utf/{} \; find default -type f -exec iconv -f GBK -t UTF-8 {} -o utf/{} \;这两行命令将default目录下的文件由GBK编码转...