25 Mar
lynx is a browser that renders html files as text, optionally using color and bolding. A client needed a word count of a bunch of html files and after installing lynx I used it in batch mode:
lynx *.html –dump –nolist | wc
The –dump option dumps the returned text rather than present it in an interactive [...]
Posted in Home Page, Linux, Technology by: tedroche
No Comments
31 Oct
Treats this year included getting some of my annual charitable contributions done before the 31st of December. A new contribution this year was to become a member of the Free Software Foundation, the group responsible for the GNU Public License, along with many other good works. Help them to help you. I did.
Posted in Home Page, Python by: tedroche
No Comments