Mac下unzip解压文件,中文乱码问题处理

原文链接https://blog.csdn.net/dawn_after_dark/article/details/83504421

原因

unzip不支持自定义指定源文件编码格式,而unar支持指定自定义编码格式。

步骤

安装Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安装unar

brew install unar

应用示例

unar -e GBK abc.zip

相关文章

方法: 打开一个新的可跨域的chrome窗口实现方法: 1. 打开终...
MacBook Pro 14价格和配置对比 尺寸 SOC	内存&#...
现在给大家介绍一下如何查询MAC的生产日期,希望对你查询MAC...
1、点击【编辑虚拟机设置】,转到【CD/DVD (SATA)】,选中【...
注意:用哪个版本的 Python 运行安装脚本,pip 就被关联到哪...
Mac 安装nvm