Hey folks! I've got a folder of 100+ HTML files; I'd like to get a word-count of the rendered text (e.g. excluding tags). Is there an ubuntu utility I could use for this?
ETA: I figured it out. I just did
> cat * > merged.html
then I opened the file in Firefox, copied the text, pasted it into Gedit, and used the Document Statistics tool.
Dirty and ugly, but it got the job done.