On 25Dec2009 16:24, Christian Ebert <blacktr...@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 <c...@zip.com.au> DoD#743
http://www.cskk.ezoshosting.com/cs/

Would you remember a one-line .sig?     - Paul Thompson, thomp...@apple.com

Reply via email to