On Wed, Sep 23, 2009 at 5:35 AM, rawhide09 <[email protected]> wrote:
> i want to extract some part files .. part1.rar , part2.rar,,,smth like this.
> u know we need unrar for this. I've installed unrar and can unrar from 
> coammandline by this :
>
>  # unrar e filename.rar (It extracts in the same directory)
>
>  now i will make a folder / directory ..and want to extract on to that.
>  how to do that .. anybody............?

DId you ever try --help option to any command?
Then you could see the syntax of unrar command.
Here is the first few lines of the 'unrar --help' command

UNRAR 3.80 beta 2 freeware      Copyright (c) 1993-2008 Alexander Roshal

Usage:     unrar <command> -<switch 1> -<switch N> <archive> <files...>
               <@listfiles...> <path_to_extract\>

See the path_to_extract portion? thats the directory where you would
extract. I didnt even know this. I became curious seeing your message.
Then I type in 'unrar --help'. Now I know this.

So if you want to extract abc.part1.rar into dir1 use

unrar x abc.part1.rar  /path/to/dir1/




-- 
A K M Mokaddim
http://talk.cmyweb.net
http://twitter.com/shiplu
Stop Top Posting !!
বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল
Sent from Dhaka, Bangladesh

Reply via email to