1UNRAR-FREE(1) General Commands Manual UNRAR-FREE(1)
2
3
4
6 unrar-free - extract files from rar archives
7
9 unrar-free [-xtfp?V] [--extract] [--list] [--force] [--extract-
10 newer] [--extract-no-paths] [--password] [--help] [--usage]
11 [--version] ARCHIVE [FILE ...] [DESTINATION]
12
14 unrar-free is a program for extracting files from rar archives.
15
17 These programs follow the usual GNU command line syntax, with long op‐
18 tions starting with two dashes (`-'). A summary of options is included
19 below.
20
21 -x, --extract
22 Extract files from archive (default).
23
24 -t, --list
25 List files in archive.
26
27 -f, --force
28 Overwrite files when extracting.
29
30 --extract-newer
31 Only extract newer files from the archive.
32
33 --extract-no-paths
34 Don't create directories while extracting.
35
36 -p, --password
37 Decrypt archive using a password.
38
39 -?, --help
40 Show program help.
41
42 --usage
43 Show short program usage message.
44
45 -V, --version
46 Show version of program.
47
49 unrar-free [elvx] [-ep] [-o+] [-o-] [-pPassword] [-u] [--] AR‐
50 CHIVE [FILE ...] [DESTINATION]
51
52 This syntax should only be used in front-end programs which use the
53 non-free unrar as a back-end. It is recommended to use this program by
54 GNU command line syntax.
55
57 e Extract files from archive without full path.
58
59 l List files in archive.
60
61 v Verbosely list files in archive.
62
63 x Extract files from archive with full path.
64
65 -ep Don't create directories while extracting.
66
67 -o+ Overwrite files when extracting.
68
69 -o- Don't overwrite files when extracting.
70
71 -pPassword
72 Decrypt archive using the password Password.
73
74 -u Only extract newer files from the archive.
75
76 -y Assume Yes on all queries. Ineffective.
77
78 -- Disable further switch processing. Any switch after the -- is
79 treated as filename or destination.
80
82 This manual page was written by Niklas Vainio <niklas.vainio@iki.fi>.
83 Permission is granted to copy, distribute and/or modify this document
84 under the terms of the GNU General Public License, Version 2, or any
85 later version published by the Free Software Foundation.
86
87
88
89 UNRAR-FREE(1)