2 Jan 00:34
Re: How to count new emails in mbox format mailbox?
Cameron Simpson <cs <at> zip.com.au>
2010-01-01 23:34:52 GMT
2010-01-01 23:34:52 GMT
On 25Dec2009 16:24, Christian Ebert <blacktrash <at> gmx.net> wrote:
| * Christian Ebert on Friday, December 25, 2009 at 16:22:34 +0000
| > Ah, you just want to remove empty mailboxes, then perhaps just
| >
| > save_empty=no
| >
| > is enough?
| >
| > Otherwise something like:
| >
| > # delete all empty file inside $mailhier
| > find $mailhier -type f -size 0 -exec rm -f {} \;
|
| That's on the command line, in a script you have to escape {}:
No. You do not. { and } are not punctuation. (Versus "(" for example,
which is.)
Have you even tested this assertion?
--
--
Cameron Simpson <cs <at> zip.com.au> DoD#743
http://www.cskk.ezoshosting.com/cs/
Would you remember a one-line .sig? - Paul Thompson, thompson <at> apple.com

RSS Feed