iconv -f GBK -t UTF-8 file
编码转换(需 Git Bash)
Windows
通用
⭐⭐ 常用
2 次浏览
⭐⭐ 常用
2 次浏览
详细说明
编码转换(需 Git Bash)
使用示例
iconv -f GBK -t UTF-8 old.txt > new.txt
标签:
#windows
#运维