Daniel Baker wrote:

> In your Document Replace all "Lesser Thans" with  "& l t ;" and all your
> "Lessor Thans" with "& g t ;"  Doing a global search and replace in most
> editors will accomplish this with minimal fuss.

Bourne shell can do it:

#!/bin/sh

# Filter a message...

sed 's/>/\>/
s/</\&lt;/'

...There must be more than just those two....

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to