"找不到二维码,尝试把它放大或者移动到靠近屏幕中间的位置"搜索到(1)结果

查看文件编码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编码转...

 阅读 (2651)   2016-04-19   评论 (0) 
  linux  iconv