mariowilson@gmail.com *nix forums beginner
Joined: 16 Dec 2005
Posts: 21
|
Posted: Wed Feb 22, 2006 7:32 am Post subject:
unrar rtfm issue
|
|
|
I have a large .rar file I would like to extract -- however, I keep
getting the message that duplicate file names exist -- would you like
to rename? I stopped answering 'y' after the first 50 duplicate
files.
What command would I issue to make unrar automatically rename the file
(i.e. abc-1, abc-2, abc-3...)?
Many thanks.
UNRAR 3.51 freeware Copyright (c) 1993-2005 Alexander Roshal
Usage: unrar <command> -<switch 1> -<switch N> <archive> <files...>
<@listfiles...> <path_to_extract\>
<Commands>
e Extract files to current directory
l[t,b] List archive [technical, bare]
p Print file to stdout
t Test archive files
v[t,b] Verbosely list archive [technical,bare]
x Extract files with full path
<Switches>
- Stop switches scanning
ad Append archive name to destination path
ap<path> Set path inside archive
av- Disable authenticity verification check
c- Disable comments show
cfg- Disable read configuration
cl Convert names to lower case
cu Convert names to upper case
dh Open shared files
ep Exclude paths from names
ep3 Expand paths to full including the drive letter
f Freshen files
id[c,d,p,q] Disable messages
ierr Send all messages to stderr
inul Disable all messages
kb Keep broken extracted files
n<file> Include only specified file
n@ Read file names to include from stdin
n@<list> Include files in specified list file
o+ Overwrite existing files
o- Do not overwrite existing files
ow Save or restore file owner and group
p[password] Set password
p- Do not query password
r Recurse subdirectories
ta<date> Process files modified after <date> in YYYYMMDDHHMMSS
format
tb<date> Process files modified before <date> in YYYYMMDDHHMMSS
format
tn<time> Process files newer than <time>
to<time> Process files older than <time>
ts<m,c,a>[N] Save or restore file time (modification, creation,
access)
u Update files
v List all volumes
ver[n] File version control
vp Pause before each volume
x<file> Exclude specified file
x@ Read file names to exclude from stdin
x@<list> Exclude files in specified list file
y Assume Yes on all queries |
|
Walter Mautner *nix forums Guru Wannabe
Joined: 25 Feb 2005
Posts: 210
|
Posted: Wed Feb 22, 2006 8:22 pm Post subject:
Re: unrar rtfm issue
|
|
|
mariowilson@gmail.com wrote:
| Quote: | I have a large .rar file I would like to extract -- however, I keep
getting the message that duplicate file names exist -- would you like
to rename? I stopped answering 'y' after the first 50 duplicate
files.
What command would I issue to make unrar automatically rename the file
(i.e. abc-1, abc-2, abc-3...)?
......
x Extract files with full path
is your friend. You can't have files with equal names in the same directory, |
isn't it?
--
vista policy violation: Microsoft optical mouse detected penguin patterns
on mousepad. Partition scan in progress to remove offending
incompatible products. Reactivate MS software.
Linux 2.6.14-mm1 [LinuxCounter#295241,ICQ#4918962] |
|