diff options
author | Niklas Nille Åkerström <nille.kungen[AT]gmail.com> | 2010-05-13 00:42:09 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 00:42:09 +0200 |
commit | b30aad9ef043a9836cd284f521197d09f1d3e997 (patch) | |
tree | 6c3bba9db548784d0022d2f47cf658c2d3864736 /system/unrar/unrar.1 | |
parent | 025bcf439c00c8837192e914c846cc05a09634a0 (diff) | |
download | slackbuilds-b30aad9ef043a9836cd284f521197d09f1d3e997.tar.gz |
system/unrar: Updated for version 3.9.7
Diffstat (limited to 'system/unrar/unrar.1')
-rw-r--r-- | system/unrar/unrar.1 | 155 |
1 files changed, 155 insertions, 0 deletions
diff --git a/system/unrar/unrar.1 b/system/unrar/unrar.1 new file mode 100644 index 0000000000..359a73746c --- /dev/null +++ b/system/unrar/unrar.1 @@ -0,0 +1,155 @@ +.TH UNRAR "1" "December 2009" "unrar " "User Commands" +.SH NAME +unrar \- manual page for unrar +.SH SYNOPSIS +.B unrar +\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 +.BR e +Extract files to current directory +.TP +.BR l[t,b] +List archive [technical, bare] +.TP +.BR p +Print file to stdout +.TP +.BR t +Test archive files +.TP +.BR v[t,b] +Verbosely list archive [technical,bare] +.TP +.BR x +Extract files with full path +.PP +<Switches> +.TP +.BR - +Stop switches scanning +.TP +.BR ad +Append archive name to destination path +.TP +.BR ai +Ignore file attributes +.TP +.BR ap<path> +Set path inside archive +.TP +.BR c- +Disable comments show +.TP +.BR cfg- +Disable read configuration +.TP +.BR cl +Convert names to lower case +.TP +.BR cu +Convert names to upper case +.TP +.BR dh +Open shared files +.TP +.BR ep +Exclude paths from names +.TP +.BR ep3 +Expand paths to full including the drive letter +.TP +.BR f +Freshen files +.TP +.BR id[c,d,p,q] +Disable messages +.TP +.BR ierr +Send all messages to stderr +.TP +.BR inul +Disable all messages +.TP +.BR kb +Keep broken extracted files +.TP +.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 |