procmail
[Top] [All Lists]

Re: Duplicates sent from lists

2004-02-18 09:36:29
On 18 Feb 2004, at 08:59, LuKreme wrote:
   ExtendedTO=`echo "$TO $MATCH" | sed 's/,//g' | tr ' ' '\n'`

Of course, if you have gsed, this can be concatenated to:

 ExtendedTO=`echo "$TO $MATCH" gsed 's/[ |,]/\n/g'


--
Eyes the shady night has shut/Cannot see the record cut
And silence sounds no worse than cheers/After earth has stopped the ears.


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

<Prev in Thread] Current Thread [Next in Thread>