Linux uses rarlinux to operate files in rar format
Source: Internet
Author: User
Linux uses rarlinux to operate files in rar format overview: RAR is a patented file format for data compression and archiving and packaging. developer Eugene & middot; fig (EugeneRoshal ), so the full name of RAR is RoshalARchive. The first public version RAR1.3 was released on July 3, 1993. Back... linux uses rarlinux to operate files in rar format overview: RAR is a patented file format for data compression and archiving and packaging. developer Eugene Roshal (Eugene Roshal ), so the full name of RAR is: Roshal ARchive. The first public version, RAR 1.3, was released on August 1, 1993. Background: generally, we compress the file into a zip file and then perform operations through unzip. However, if the format is rar, we need to process the file separately, so you need to use the linux rar tool solution: Download rar tool (extract, such as download so you only need to install): Java code wget http://www.rarlab.com/rar/rarlinux-3.8.0.tar.gz installation: Java code make install use: the/doc directory is compressed into doc.rar command: Java code rar a doc.rar/doc unzip doc.rar command: Java code rar x doc.rar unrar-e doc.tar
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.