Linux下使用unrar解壓RAR包
一.下載地址:
二.安裝:
[root@centos sybaseiq]# cat /etc/redhat-release
CentOS release 5.4 (Final)
[root@centos sybaseiq]# uname -r
2.6.18-164.el5
[root@centos sybaseiq]# rpm -ivh unrar-3.9.4-1.el5.rf.i386.rpm
三.幫助:
[root@centos lib]# unrar
UNRAR 3.90 beta 3 freeware Copyright (c) 1993-2009 Alexander Roshal
Usage: unrar
e Extract files to current directory
l[t,b] List archive [technical, bare]
p Print file to stdout
t Test archive files
v[t,b] Verbosely list archive [technical,bare]
x Extract files with full path
- Stop switches scanning
ad Append archive name to destination path
ai Ignore file attributes
ap
c- Disable comments show
cfg- Disable read configuration
cl Convert names to lower case
cu Convert names to upper case
dh Open shared files
ep Exclude paths from names
ep3 Expand paths to full including the drive letter
f Freshen files
id[c,d,p,q] Disable messages
ierr Send all messages to stderr
inul Disable all messages
kb Keep broken extracted files
n
n@ Read file names to include from stdin
n@> Include files listed in specified list file
o[+|-] Set the overwrite mode
or Rename files automatically
ow Save or restore file owner and group
p[password] Set password
p- Do not query password
r Recurse subdirectories
sl
sm
ta
tb
tn
to
ts
u Update files
v List all volumes
ver[n] File version control
vp Pause before each volume
x
x@ Read file names to exclude from stdin
x@> Exclude files listed in specified list file
y Assume Yes on all queries
四.例子:
1.檢視rar包中的內容:
#unrar l *.rar
或者
#unrar v *.rar
2.測試rar包是否能解壓成功:
#unrar t *.rar
3.解壓到當前資料夾:
#unrar e *.rar
4.解壓到指定資料夾:
#unrar x *.rar /tmp
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23135684/viewspace-627342/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux 解壓rar,zipLinux
- Linux 系統下解壓 rar 檔案Linux
- linux 下面壓縮、解壓.rar檔案Linux
- java解壓rar,解壓zipJava
- rar壓縮解壓工具:RAR Extractor - ZIP Unarchiver中文啟用版Hive
- Keka for Mac RAR解壓工具Mac
- Java解壓rar5相容rar4Java
- ubuntu下如何解壓rar檔案Ubuntu
- linux 下的解壓Linux
- Mac解壓軟體:RAR Extractor for macMac
- RAR Extractor Mac - 解壓縮軟體Mac
- 解壓縮軟體RAR Extractor MacMac
- linux下壓縮解壓縮命令Linux
- linux下壓縮、解壓命令大全Linux
- 【Python】Python實現解壓rar檔案Python
- Mac解壓縮神器:RAR Extractor Max - UnzipMac
- rar是什麼格式 電腦上rar檔案怎麼解壓
- Linux下如何安裝、壓縮、解壓軟體包?常用命令彙總!Linux
- Linux中Bin檔案壓縮包解壓執行Linux
- The Unarchiver - Unzip RAR ZIP Mac - mac解壓縮工具HiveMac
- RAR Extractor - The Unarchiver Pro for mac(解壓縮軟體)HiveMac
- RAR Extractor - The Unarchiver Pro for mac解壓縮軟體HiveMac
- Linux下的tar壓縮解壓縮命令詳解Linux
- Linux下檔案的壓縮與解壓Linux
- linux 下壓縮與解壓資料夾Linux
- nodejs解壓zip/rar檔案到本地,並獲取到解壓進度NodeJS
- win10系統rar拖拽解壓報錯怎麼辦_win10檔案rar拖拽解壓出錯解決方法Win10
- linux常用壓縮解壓複製下載命令Linux
- Linux命令:XZ解壓tar.xz字尾的壓縮包Linux
- linux 高效壓縮工具之xz的壓縮解壓使用Linux
- Linux下解壓命令、壓縮命令大全,詳細教程Linux
- Linux壓縮解壓Linux
- rar檔案怎麼開啟win10_win10開啟解壓rar檔案方法Win10
- Linux下使用壓力測試工具stressLinux
- window下解壓zip和rar檔案以及copy獲取時間段內資料
- 解壓縮軟體:iFastZip - Extract RAR&ZIP&7Z for MacASTMac
- linux分卷壓縮解壓Linux
- linux下使用yum upgrade軟體包Linux
- Centos使用rarCentOS