: # htmlquote - replace special HTML characters with entity references # heiner.steven@odn.de, 05/99 # # Category: File Conversion, HTML # # Useful to include HTML documents within other HTML documents sed -e 's/\</g' \ -e 's/>/\>/g' \ "$@"