<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Unzip on Echo Eatta</title>
		<link>https://eatta.cn/tags/unzip/</link>
		<description>Recent content in Unzip on Echo Eatta</description>
		<generator>Hugo</generator>
		<language>zh-Hans</language>
		
		
		
			<copyright>© 2026 Echo Eatta. [蜀ICP备2025125428号](https://beian.miit.gov.cn/) [川公网安备51010502015297号](https://beian.mps.gov.cn/#/query/webSearch)</copyright>
		
		
			<lastBuildDate>Thu, 11 Jun 2026 19:35:11 +0800</lastBuildDate>
		
			<atom:link href="https://eatta.cn/tags/unzip/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>使用 unzip 解压含中文密码的压缩包</title>
				<link>https://eatta.cn/posts/unzip-chinese-password/</link>
				<pubDate>Thu, 11 Jun 2026 19:35:11 +0800</pubDate>
				<guid>https://eatta.cn/posts/unzip-chinese-password/</guid>
				<description>&lt;p&gt;部分在 win 平台打包的含中文密码的压缩包，在 Linux 平台使用 unzip 命令解压时，通常因为中文编码问题，无法正常解压，需要通过对中文进行处理后才可以解压，下面是命令示例：&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;unzip -P &lt;span class=&#34;s2&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;$(&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;echo&lt;/span&gt; -n 中文密码&lt;span class=&#34;p&#34;&gt;|&lt;/span&gt;iconv -f utf-8 -t gbk&lt;span class=&#34;k&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;&lt;/span&gt; your_zip_file_path.zip&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;注意：密码不要添加引号&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
