summaryrefslogtreecommitdiffstats
path: root/unrar
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-01-31 10:19:58 +0000
committer Eric Hameleers <alien@slackware.com>2017-01-31 10:19:58 +0000
commit098b0f0f8b32b14580f400eecb56eaf32cbad07a (patch)
treeb315570b9d3612dad6db6cb72b7c121c696e40fb /unrar
parentff6b44ae272b8a5556c1720125a85f590bcc3774 (diff)
downloadasb-098b0f0f8b32b14580f400eecb56eaf32cbad07a.tar.gz
asb-098b0f0f8b32b14580f400eecb56eaf32cbad07a.tar.xz
unrar: update the man page.
Diffstat (limited to 'unrar')
-rw-r--r--unrar/build/unrar.1201
1 files changed, 129 insertions, 72 deletions
diff --git a/unrar/build/unrar.1 b/unrar/build/unrar.1
index e3e074a7..359a7374 100644
--- a/unrar/build/unrar.1
+++ b/unrar/build/unrar.1
@@ -1,98 +1,155 @@
-.TH UNRAR 1 02.11.1999 "" "RAR archiver"
+.TH UNRAR "1" "December 2009" "unrar " "User Commands"
.SH NAME
-unrar \- extract files from rar archives
+unrar \- manual page for unrar
.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.
+\fI<command> -<switch 1> -<switch N> <archive> <files\fR...\fI>\fR
+.SH DESCRIPTION
+UNRAR 3.91 freeware Copyright (c) 1993-2009 Alexander Roshal
+.IP
+<@listfiles...> <path_to_extract\e>
+.PP
+<Commands>
.TP
-.B e
-Extract files to current directory.
+.BR e
+Extract files to current directory
.TP
-.B l
-List archive content.
+.BR l[t,b]
+List archive [technical, bare]
.TP
-.B p
-Print file to stdout.
+.BR p
+Print file to stdout
.TP
-.B t
-Test archive files.
+.BR t
+Test archive files
.TP
-.B v
-Verbosely list archive.
+.BR v[t,b]
+Verbosely list archive [technical,bare]
.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.
+.BR x
+Extract files with full path
+.PP
+<Switches>
.TP
-.B -av-
-Disable AV check.
+.BR -
+Stop switches scanning
.TP
-.B -c-
-Disable comments show.
+.BR ad
+Append archive name to destination path
.TP
-.B -f
-Freshen files.
+.BR ai
+Ignore file attributes
.TP
-.B -kb
-Keep broken extracted files.
+.BR ap<path>
+Set path inside archive
.TP
-.B -ierr
-Send all messages to stderr.
+.BR c-
+Disable comments show
.TP
-.B -inul
-Disable all messages.
+.BR cfg-
+Disable read configuration
.TP
-.B -o+
-Overwrite existing files.
+.BR cl
+Convert names to lower case
.TP
-.B -o-
-Do not overwrite existing files.
+.BR cu
+Convert names to upper case
.TP
-.B -p<password>
-Set password.
+.BR dh
+Open shared files
.TP
-.B -p-
-Do not query password.
+.BR ep
+Exclude paths from names
.TP
-.B -r
-Recurse subdirectories.
+.BR ep3
+Expand paths to full including the drive letter
.TP
-.B -u
-Update files.
+.BR f
+Freshen files
.TP
-.B -v
-List all volumes.
+.BR id[c,d,p,q]
+Disable messages
.TP
-.B -x<file>
-Exclude specified file.
+.BR ierr
+Send all messages to stderr
.TP
-.B -x@<list>
-Exclude files in specified list file.
+.BR inul
+Disable all messages
.TP
-.B -x@
-Read file names to exclude from stdin.
+.BR kb
+Keep broken extracted files
.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).
+.BR n<file>
+Include only specified file
+.TP
+.BR n@
+Read file names to include from stdin
+.TP
+.BR n@<list>
+Include files in specified list file
+.TP
+.BR o+
+Overwrite existing files
+.TP
+.BR o-
+Do not overwrite existing files
+.TP
+.BR or
+Rename files automatically
+.TP
+.BR ow
+Save or restore file owner and group
+.TP
+.BR p[password]
+Set password
+.TP
+.BR p-
+Do not query password
+.TP
+.BR r
+Recurse subdirectories
+.TP
+.BR sl<size>
+Process files with size less than specified
+.TP
+.BR sm<size>
+Process files with size more than specified
+.TP
+.BR ta<date>
+Process files modified after <date> in YYYYMMDDHHMMSS format
+.TP
+.BR tb<date>
+Process files modified before <date> in YYYYMMDDHHMMSS format
+.TP
+.BR tn<time>
+Process files newer than <time>
+.TP
+.BR to<time>
+Process files older than <time>
+.TP
+.BR ts<m,c,a>[N]
+Save or restore file time (modification, creation, access)
+.TP
+.BR u
+Update files
+.TP
+.BR v
+List all volumes
+.TP
+.BR ver[n]
+File version control
+.TP
+.BR vp
+Pause before each volume
+.TP
+.BR x<file>
+Exclude specified file
+.TP
+.BR x@
+Read file names to exclude from stdin
+.TP
+.BR x@<list>
+Exclude files in specified list file
+.TP
+.BR y
+Assume Yes on all queries