summaryrefslogtreecommitdiffstats
path: root/unrar/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-02-01 22:41:30 +0000
committer Eric Hameleers <alien@slackware.com>2008-02-01 22:41:30 +0000
commitdef6d22bf7f814823149b5a49dafda40b4f51c4e (patch)
treeabe16113673bbd73aa835c292d9fe94a4522b1c3 /unrar/build
parent92d0e332ec466285d0c9f4c1968b38aca8efd184 (diff)
downloadasb-def6d22bf7f814823149b5a49dafda40b4f51c4e.tar.gz
asb-def6d22bf7f814823149b5a49dafda40b4f51c4e.tar.xz
Initial revision
Diffstat (limited to 'unrar/build')
-rw-r--r--unrar/build/unrar.198
1 files changed, 98 insertions, 0 deletions
diff --git a/unrar/build/unrar.1 b/unrar/build/unrar.1
new file mode 100644
index 00000000..e3e074a7
--- /dev/null
+++ b/unrar/build/unrar.1
@@ -0,0 +1,98 @@
+.TH UNRAR 1 02.11.1999 "" "RAR archiver"
+.SH NAME
+unrar \- extract files from rar archives
+.SH SYNOPSIS
+.B unrar
+.I "<command> [-<switch 1> -<switch N>] archive [files...] [path\...]"
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.BR unrar
+command.
+.br
+This manual page was written for the Debian GNU/Linux distribution
+because the original program does not have a manual page.
+.br
+Commands and options described here are as of unrar 2.02.
+.SH OPTIONS
+After the program name comes a command and then optional switches with
+dashes before them.
+A summary of commands is included below.
+For a complete description, run
+.BR unrar
+without options.
+.TP
+.B e
+Extract files to current directory.
+.TP
+.B l
+List archive content.
+.TP
+.B p
+Print file to stdout.
+.TP
+.B t
+Test archive files.
+.TP
+.B v
+Verbosely list archive.
+.TP
+.B x
+Extract files with full path.
+.SH SWITCHES
+.BR NOTE:
+Every switch must be separated by a whitespace. You cannot put them
+together.
+.TP
+.B -av-
+Disable AV check.
+.TP
+.B -c-
+Disable comments show.
+.TP
+.B -f
+Freshen files.
+.TP
+.B -kb
+Keep broken extracted files.
+.TP
+.B -ierr
+Send all messages to stderr.
+.TP
+.B -inul
+Disable all messages.
+.TP
+.B -o+
+Overwrite existing files.
+.TP
+.B -o-
+Do not overwrite existing files.
+.TP
+.B -p<password>
+Set password.
+.TP
+.B -p-
+Do not query password.
+.TP
+.B -r
+Recurse subdirectories.
+.TP
+.B -u
+Update files.
+.TP
+.B -v
+List all volumes.
+.TP
+.B -x<file>
+Exclude specified file.
+.TP
+.B -x@<list>
+Exclude files in specified list file.
+.TP
+.B -x@
+Read file names to exclude from stdin.
+.TP
+.B -y
+Assume Yes on all queries.
+.SH AUTHOR
+This manual page was written by Petr Cech <cech@debian.org> according
+to "unrar -h" for the Debian GNU/Linux system (but may be used by others).