Sönke schrieb:
> [EMAIL PROTECTED] <> wrote on Tuesday, December 13, 2005 10:21 > AM: >> Haha, yes, this is what I need, have you ever tried to open a folder >> with explorer and move 5k or 10k files around? > <flamewar> > That's the reason why I don't use GUI systems as server :) > </flamewar> > Try with cmd.exe or total commander. Maybe step by step moving (with > wild-cards). Yep I did the following: for in in 0 1 2 3 4 5 6 7 8 9 a b c d e f ; do \ mkdir /tmp/backup$i && \ for in in 0 1 2 3 4 5 6 7 8 9 a b c d e f ; do \ mv *$i.servername /tmp/backup$i ; done Have about 5500 messages in every folder now ;) Gerrit -- =^..^= - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
