linux下压缩文件乱码
1.rar
卸载unrar以及rar,安装p7zip-rar,一切OK.
2.zip
使用7z解压
$ sudo apt-get install p7zip-full convmv
$ LANG=C 7z XX.zip
$ convmv -f cp936 -t utf8 -r --notest *
1.rar
卸载unrar以及rar,安装p7zip-rar,一切OK.
2.zip
使用7z解压
$ sudo apt-get install p7zip-full convmv
$ LANG=C 7z XX.zip
$ convmv -f cp936 -t utf8 -r --notest *