> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/linux/ming-ling/unarj.md).

# unarj

解压缩由arj命令创建的压缩包

## 补充说明

**unarj命令** 用来解压缩由arj命令创建的压缩包。

### 语法

```
unarj(选项)(参数)
```

### 选项

```
e：解压缩.arj文件；
l：显示压缩文件内所包含的文件；
t：检查压缩文件是否正确；
x：解压缩时保留原有的路径。
```

### 参数

.arj压缩包：指定要解压缩的.arj压缩包。
