[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "resubmit" when crowded /deferred



On Wed, 2003-05-07 at 13:15, Eino Tuominen wrote:

> > Isn't speed critical is one thing. 250,000 separate invocations of 'mv' 
> > is quite another. Eugene's solution is hackish, but it should work on 
> > essentially all unixes and its worst-case behaviour is much better.
> 
> How about this?
> 
>     find . -type f | xargs | while read files; do
>        mv $files ../router
>     done
> 
> That should work everywhere.

Wow!  Looks very nice!

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi