I\'m looking for a way to turn this:
hello < world
to this:
I could use sed, but
With Xidel:
echo 'hello < : " world' | xidel -s - -e 'parse-html($raw)' hello < : " world