Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Reduce mailbox sizes in Mail' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Reduce mailbox sizes in Mail
Authored by: dwchin on Aug 29, '03 12:28:40AM

For tcsh, add a backslash before the semicolon

find . -name "mbox.SKindex*" -exec rm {} \;



[ Reply to This | # ]
Reduce mailbox sizes in Mail
Authored by: Dibbler on Aug 29, '03 03:56:29PM

I had to do that in bash too. I could have sworn the backslash was there when I pasted the command into the comment box. I guess I just need to proofread more carefully.



[ Reply to This | # ]