procmail
[Top] [All Lists]

Re: Avoiding unnecessary call

2001-02-26 07:36:25
Rejo wrote,

|                 NG=`echo $MATCH  | tr [:upper:] [:lower:]`

Especially given the subject line of this thread, I'd recommend this instead:

  :0Di
  * MATCH ?? [A-Z]
  NG=| echo "$MATCH" | tr '[:upper:]' '[:lower:]'

_______________________________________________
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>