New printing concept of wine

lawson_whitney at juno.com lawson_whitney at juno.com
Mon Oct 8 15:51:33 CDT 2001


On Tue, 24 Jul 2001, Duane Clark wrote:

> Otherwise, I read the sgml stuff with a script, which saves trying to
> figure out how to get sgml tools to work. I save the script as
> /usr/local/bin/sgml, and then type "sgml printing.sgml", for example:
>
>
> #!/bin/sh
> sed -e 's/<[^<>]*>//g' -e 's/&lt;/</g' -e 's/&gt;/>/g' $1 |less -ni
>
>
> Not great, but more readable than the sgml source:-)
>
> Duane
>
Here, use this instead.  It won't work any better, but it will make me
feel better.

#!/bin/sh
#<wine>/documentation/*.sgml reader (c) 2000- Lawson Whitney
# Use, distribute, or change at your own risk.
sed -e 's/<[^<>]*>//g' -e 's/&lt;/</g' -e 's/&gt;/>/g' $1 |less -ni

Lawson

Everything comes from somewhere.  Everything has to go somewhere.
There ain't no such thing as a free IRQ.
---cut here





More information about the wine-users mailing list