Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use the unarj command of linux to extract the .arj file

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail about the use of linux unarj command decompression.arj file, Xiaobian think quite practical, so share to you as a reference, I hope you can read this article after harvest.

The unarj command is used to decompress the.arj file.

Syntax format: unarj [parameter] [.arj compressed file]

Common parameters:

-e Decompress.arj files-l Show files contained in compressed files-t Check compressed files correctly-x Keep original path when decompressing

Reference Example

Unzip the.arj file:

[root@linuxcool ~]# unarj -e test.arj

Show the files contained in the compressed file:

[root@linuxcool ~]# unarj -l test.arj

Check if the compressed file is correct:

[root@linuxcool ~]# unarj -t test.arj

The original path is preserved during decompression:

[root@linuxcool ~]# unarj -x test.arj

Extract the file to the current path:

[root@linuxcool ~]# unarj -ex test.arj about the use of linux unarj command decompression.arj file shared here, I hope the above content can be of some help to everyone, you can learn more knowledge. If you think the article is good, you can share it so that more people can see it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report