Linux命令之樂--iconv

用法:   實際應用: 批量轉換文件編碼: [[email protected] PCK]$ for tfile in `ls -l|awk '{print $9}'`;do echo "iconv -f gbk -t utf-8 "$tfile" -o "$tfile".utf-8";done|tee tochar.sh iconv -f gbk -t utf-8 GcDocument_yl.p
相關文章
相關標籤/搜索