procmail
[Top] [All Lists]

Re: newbie question re: huge procmail log file

2002-02-18 15:52:00
David a écrit, le 02/18/02 à 18:41:49 :
[...]

 garbage=`rm -f procmaillog-`date -d '4 months ago' +"%Y%m"`

I count three backticks here? Maybe more readable:

olddate=`date -d '4 months ago' +%Y%m`
garbage=`rm -f procmaillog-$olddate`

-- 
Jacques L'helgoualc'h
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail