Strip HTML tags on the shell

Sometimes I need to remove tags HTML page that I fetched with curl on the command line. It's pretty easy to do with html2text:

$ curl -s example.org | html2text

Written by Christian Weiske.

Comments? Please send an e-mail.