Page 1 of 1

Trying to unrar into main directory so rapidleech can see it

Posted: January 3rd, 2010, 4:53 pm
by hellas
Exactly how the title reads, Trying to unrar into main directory so rapidleech can see the files I download after unrar. But they go in folders which is not supported by rapid leech. Any way I can add a post script or change some settings so they unrar , and not into separate folders

Re: Trying to unrar into main directory so rapidleech can see it

Posted: January 3rd, 2010, 4:57 pm
by hellas
also, forgot it is running on debian.

Re: Trying to unrar into main directory so rapidleech can see it

Posted: January 5th, 2010, 2:06 pm
by dalek
Try:

find  $src -type f -print0 | xargs -0 cp -t  $dest

src is the folder you are moving from. If it works, change "cp" to "mv".