Nicholas Payne-Roberts wrote: > > That works perfectly!! :D I had never thought of using -path and -f
find /home/vpopmail/domains -path "*/.Junk E-mail/cur/*" -type f -exec rm {} \; Actually, the "-type f" is probably unnecessary since there should not be any directories or special files in the cur directory. I just always include it in this type of search to make sure I don't generate any errors if a directory happens to get created there. -- Bowie