English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux unarj command

Linux Command大全

The Linux unarj command is used to uncompress .arj files.

unarj is the compression program for .arj compressed files.

Syntax

unarj [eltx][.arj compressed file]

Parameters:

  • e Uncompress .arj files.
  • l Display the files contained in the compressed file.
  • t Check if the compressed file is correct.
  • x Keep the original path during decompression.

Online Examples

Uncompress .arj Files

# unarj e test.arj

Linux Command大全