I\'m looking for a way to turn this:
hello < world
to this:
I could use sed, but
An alternative is to pipe through a web browser -- such as:
echo '!' | w3m -dump -T text/html
This worked great for me in cygwin, where downloading and installing distributions are difficult.
This answer was found here