Re: [qmailtoaster] FW: qtprune

2007-12-10 Thread PakOgah
how about this ?? change /FILES_TO_DELETE=`find ${each} -type f -ctime +${TRASH_DAYS}`/ with FILES_TO_DELETE=`find ${each} -type f` it will list all files in that folder, dont care when they last changed (you want to delete all file in .Trash right ?) Sergio Minini {NETKEY} wrote: please, any

RE: [qmailtoaster] FW: qtprune

2007-12-10 Thread Sergio Minini {NETKEY}
Thanks!! That did it. -Original Message- From: PakOgah [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 2:07 PM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] FW: qtprune how about this ?? change /FILES_TO_DELETE=`find ${each} -type f -ctime