procmail
[Top] [All Lists]

TIP regarding spacial chars

2010-07-26 04:21:34
We all knew the problem when we must say to the reader that

the string include or not include the TAB because  [      ]   is not

clear.   Also.  there is a problem to cut-n-paste  spacial characters.


My solusion is:


BLANK=`echo -e "\n\t "`


For the LOG newline problem:


NL=`echo -e "\n\0"`


(Note the  NULL after the newline)


Now you can c-n-p with no worry


--

  Udi


____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)de
http://mailman.rwth-aachen.de/mailman/listinfo/procmail

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