Yah, it would be simpler if you had only ONE rar file. There is a way to divide a single file into few smaller rar files. Hafiz asked question about those files. I believe you have seen those if you have downloaded big files (eg: movies) from sites like megaupload or rapidshare.
----- tanjir visit http://www.tanjir.net --- On Tue, 12/16/08, Tareq Siraj <[email protected]> wrote: From: Tareq Siraj <[email protected]> Subject: Re: [Ubuntu-BD] How to unrar and combine multiple RAR files on Ubuntu To: "Ubuntu Bangladesh" <[email protected]> Received: Tuesday, December 16, 2008, 11:45 PM wouldn't "unrar abcd-part1.rar" be simpler? or any specific reason he should use find? just curious :). Regards, Tareq Ahmed Siraj ________________________________ From: orko <[email protected]> To: Ubuntu Bangladesh <[email protected]> Sent: Tuesday, December 16, 2008 10:21:19 PM Subject: Re: [Ubuntu-BD] How to unrar and combine multiple RAR files on Ubuntu Try this: find -type f -name '*.rar' -exec unrar x {} \; --- On Tue, 12/16/08, Hafiz Imtiaz <[email protected]> wrote: From: Hafiz Imtiaz <[email protected]> Subject: [Ubuntu-BD] How to unrar and combine multiple RAR files on Ubuntu To: "Ubuntu Bangladesh" <[email protected]> Received: Tuesday, December 16, 2008, 10:07 PM Hello all, Those of us who download movies or TV series are familiar with the situation that there are multiple RAR files for a movie or TV series episode or a game like: abcd-part1.rar abcd-part2.rar abcd-part3.rar Now, in windows, using winRAR, nothing else is needed to be done to uncompress and combine the files except for choosing any one file and give the command 'Extract Here...'. What should I use on Ubuntu / Linux Mint for this? -- Hafiz Imtiaz 0306005 EEE,BUET PH: 01915698207 www.hafizimtiaz.co.nr -- Ubuntu Bangladesh mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now at http://ca.toolbar.yahoo.com. -- Ubuntu Bangladesh mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd -- Ubuntu Bangladesh mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now at http://ca.toolbar.yahoo.com. -- Ubuntu Bangladesh mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
