2019-04-21 11:50:48 +08:00

15 lines
706 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="unarj">unarj</h1>
<p>解压缩由arj命令创建的压缩包</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>unarj命令</strong> 用来解压缩由arj命令创建的压缩包。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">unarj(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">e解压缩.arj文件
l显示压缩文件内所包含的文件
t检查压缩文件是否正确
x解压缩时保留原有的路径。</code></pre>
<h3 id="参数">参数</h3>
<p>.arj压缩包指定要解压缩的.arj压缩包。</p>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->