Pages

Saturday, 23 March 2013

Decoding HTML entities in Bash (well sed)

I needed to strip HTML entities out of a plain text document, after an hour of following broken links and trying apps that did not quite work for me I did something ugly in Sed. I'm not proud of it but it works.

https://gist.github.com/mlk/5222903

No comments:

Post a Comment