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

Re: "resubmit" when crowded /deferred



Arnt Gulbrandsen 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.

-- 
   Eino Tuominen


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