COUNT2001-07-24 04:05:13
Is there a better way to get a COUNT variable in procmail:
:0 i W: count.lock
{
COUNT = `echo 0\`cat .count\`+1|bc|tee .newcount; \
mv -f .newcount .count`
}
Best wishes,
KJ
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail
|
|
||||||||||||||||