On 2001-09-08 04:15:49, Angus D Madden wrote: > but the bash script will choke if your maildirs are big. > echo copying messages ... > mv $MAILDIR/cur/* $BOX/cur/ Try instead: find $MAILDIR/cur -type f print0 | xargs -0i mv '{}' $BOX/cur /Allan -- Allan M. Wind email: allanwind@mediaone.net P.O. Box 2022 finger: awind@digit-safe.dyndns.org (GPG/PGP) Woburn, MA 01888-0022 USA
Attachment:
pgp9ayXYmUfow.pgp
Description: PGP signature