-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathunrar.1
174 lines (174 loc) · 3.18 KB
/
unrar.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
.\" unrar - utility for extracting, testing and viewing RAR archives
.TH "UNRAR" "1" "Kirill Rusinov" "September 28, 2014" "General Commands Manual"
.SH "NAME"
unrar \- utility for extracting, testing and viewing RAR archives
.SH "SYNOPSIS"
.BR unrar
.I "[command] [options] [archive] [filenames...] [@filelist...] [path to extract]"
.SH "DESCRIPTION"
The UNRAR utility is a freeware program for extracting, testing and viewing the
contents of archives created with the RAR archiver version 1.50 and above.
.PP
Commands and options described here are as of UNRAR 5.11.
.SH "COMMANDS"
.TP
.B e
Extract files without archived paths.
.TP
.B l[t[a],b]
List archive contents [technical[all],bare].
.TP
.B p
Print file to stdout.
.TP
.B t
Test archive files.
.TP
.B v[t[a],b]
Verbosely list archive contents [technical[all],bare].
.TP
.B x
Extract files with full path.
.SH "OPTIONS"
.BR "NOTE:"
Every option must be separated by a whitespace. You cannot put them
together.
.TP
.B \-
Stop switches scanning.
.TP
.B \-@[+]
Disable [enable] file lists.
.TP
.B \-ad
Append archive name to destination path.
.TP
.B \-ag[format]
Generate archive name using the current date.
.TP
.B \-ai
Ignore file attributes.
.TP
.B \-ap[path]
Set path inside archive.
.TP
.B \-c-
Disable comments show.
.TP
.B \-cfg-
Disable read configuration.
.TP
.B \-cl
Convert names to lower case.
.TP
.B \-cu
Convert names to upper case.
.TP
.B \-dh
Open shared files.
.TP
.B \-ep
Exclude paths from names.
.TP
.B \-ep3
Expand paths to full including the drive letter.
.TP
.B \-f
Freshen files.
.TP
.B \-id[c,d,p,q]
Disable messages.
.TP
.B \-ierr
Send all messages to stderr.
.TP
.B \-inul
Disable all messages.
.TP
.B \-kb
Keep broken extracted files.
.TP
.B \-n[file]
Additionally filter included files.
.TP
.B \-n@
Read additional filter masks from stdin.
.TP
.B \-n@[list]
Read additional filter masks from filelist.
.TP
.B \-o[+|-]
Set the overwrite mode.
.TP
.B \-or
Rename files automatically.
.TP
.B \-ow
Save or restore file owner and group.
.TP
.B \-p[password]
Set password.
.TP
.B \-p-
Do not query password.
.TP
.B \-r
Recurse subdirectories.
.TP
.B \-sc[char][obj]
Specify the character set.
.TP
.B \-sl[size]
Process files with size less than specified.
.TP
.B \-sm[size]
Process files with size more than specified.
.TP
.B \-ta[date]
Process files modified after [date] in YYYYMMDDHHMMSS format.
.TP
.B \-tb[date]
Process files modified before [date] in YYYYMMDDHHMMSS format.
.TP
.B \-tn[time]
Process files newer than [time].
.TP
.B \-to[time]
Process files older than [time].
.TP
.B \-ts[m,c,a][N]
Save or restore file time (modification, creation, access).
.TP
.B \-u
Update files.
.TP
.B \-v
List all volumes.
.TP
.B \-ver[n]
File version control.
.TP
.B \-vp
Pause before each volume.
.TP
.B \-x[file]
Exclude specified file.
.TP
.B \-x@
Read file names to exclude from stdin.
.TP
.B \-x@[list]
Exclude files listed in specified filelist.
.TP
.B \-y
Assume YES on all queries.
.SH "SEE ALSO"
rar(1)
.PP
For more information see _path_/rar.txt
.SH "AUTHOR"
This manual page was written for Fedora GNU/Linux by Kirill Rusinov
<[email protected]> according to "unrar \-?" and UNRAR
manual page written by Petr Cech <[email protected]>.
.PP
It may be used by others.