1.解决方法 : 安装convmv
windows下编码格式为gbk,而ubuntu使用utf8,使用convmv这个命令解决
convmv能将文件的文件名从一种编码格式转换成为另外一种编码格式
sudo apt-get install convmv
convmv * -f gbk -t utf8 --notest
2.安装p7zip-rar
sudo apt-get install p7zip-rar
用p7zip解压
windows下编码格式为gbk,而ubuntu使用utf8,使用convmv这个命令解决
convmv能将文件的文件名从一种编码格式转换成为另外一种编码格式
sudo apt-get install convmv
convmv * -f gbk -t utf8 --notest
2.安装p7zip-rar
sudo apt-get install p7zip-rar
用p7zip解压
来源:oschina
链接:https://my.oschina.net/u/940580/blog/107822