butterandfly / project_9

Blog & Remark
0 stars 0 forks source link

mac下转换文本文件编码 #237

Open butterandfly opened 9 years ago

butterandfly commented 9 years ago

使用iconv

find *.txt -exec sh -c "iconv -f GB18030 -t UTF8 {} > {}.txt" \;