Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

unrar-free(1) [debian man page]

UNRAR-FREE(1)						      General Commands Manual						     UNRAR-FREE(1)

NAME
unrar-free -- extract files from rar archives SYNOPSIS
unrar-free [-xtfp?V] [--extract] [--list] [--force] [--extract-newer] [--extract-no-paths] [--password] [--help] [--usage] [--ver- sion] ARCHIVE [FILE ...] [DESTINATION] DESCRIPTION
unrar-free is a program for extracting files from rar archives. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -x --extract Extract files from archive (default). -t --list List files in archive. -f --force Overwrite files when extracting. --extract-newer Only extract newer files from the archive. --extract-no-paths Don't create directories while extracting. -p --password Decrypt archive using a password. -? --help Show program help. --usage Show short program usage message. -V --version Show version of program. NON-FREE UNRAR COMPATIBLE SYNOPSIS unrar-free [elvx] [-ep] [-o+] [-o-] [-ppassword] [-u] [--] ARCHIVE [FILE ...] [DESTINATION] This syntax should only be used in front-end programs which are using non-free unrar as a back-end. It is recommended to use this program by GNU command line syntax. e Extract files from archive without full path. l List files in archive. v Verbose list files in archive. x Extract files from archive with full path. -ep Don't create directories while extracting. -o+ Overwrite files when extracting. -o- Don't overwrite files when extracting. -p Decrypt archive using a password. -u Only extract newer files from the archive. -- Disable further switch processing. Any switch after the -- are treated as filenames and destination. BUGS
Advanced features of version 3.0 archives are not currently supported. AUTHORS
unrar-free was written by Ben Asselstine based on UniquE RAR File Library by Christian Scheurer and Johannes Winkelmann. This manual page was written by Niklas Vainio <niklas.vainio@iki.fi> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version pub- lished by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. UNRAR-FREE(1)

Check Out this Related Man Page

DTRX(1) 																   DTRX(1)

NAME
dtrx - cleanly extract many archive types SYNOPSIS
dtrx [OPTIONS] ARCHIVE [ARCHIVE ...] DESCRIPTION
dtrx extracts archives in a number of different formats; it currently supports tar, zip (including self-extracting .exe files), cpio, rpm, deb, gem, 7z, cab, rar, and InstallShield files. It can also decompress files compressed with gzip, bzip2, lzma, or compress. In addition to providing one command to handle many different archive types, dtrx also aids the user by extracting contents consistently. By default, everything will be written to a dedicated directory that's named after the archive. dtrx will also change the permissions to ensure that the owner can read and write all those files. To run dtrx, simply call it with the archive(s) you wish to extract as arguments. For example: $ dtrx coreutils-5.*.tar.gz OPTIONS
dtrx supports a number of options to mandate specific behavior: -r, --recursive With this option, dtrx will search inside the archives you specify to see if any of the contents are themselves archives, and extract those as well. --one, --one-entry Normally, if an archive only contains one file or directory with a name that doesn't match the archive's, dtrx will ask you how to handle it. With this option, you can specify ahead of time what should happen. Possible values are: inside Extract the file/directory inside another directory named after the archive. This is the default. rename Extract the file/directory in the current directory, and then rename it to match the name of the archive. here Extract the file/directory in the current directory. -o, --overwrite Normally, dtrx will avoid extracting into a directory that already exists, and instead try to find an alternative name to use. If this option is listed, dtrx will use the default directory name no matter what. -f, --flat Extract all archive contents into the current directory, instead of their own dedicated directory. This is handy if you have multi- ple archive files which all need to be extracted into the same directory structure. Note that existing files may be overwritten with this option. -n, --noninteractive dtrx will normally ask the user how to handle certain corner cases, such as how to handle an archive that only contains one file. This option suppresses those questions; dtrx will instead use sane, conservative defaults. -l, -t, --list, --table Don't extract the archives; just list their contents on standard output. -m, --metadata Extract the metadata from .deb and .gem archives, instead of their normal contents. -q, --quiet Suppress warning messages. Listing this option twice will cause dtrx to be silent. -v, --verbose Show the files that are being extracted. Listing this option twice will cause dtrx to print debugging information. --help Display basic help. --version Display dtrx's version, copyright, and license information. AUTHOR
Brett Smith <brettcsmith@brettcsmith.org> COPYRIGHT
dtrx 6.5 is copyright (C) 2006-2009 Brett Smith and others. Feel free to send comments, bug reports, patches, and so on. You can find the latest version of dtrx on its home page at <http://www.brettcsmith.org/2007/dtrx/>. dtrx is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. 6.5 2009-07-04 DTRX(1)
Man Page