Rundown: curl

Request a definition from the terminal.

1word='abderian'
2curl -s dict://dict.org/define:${word}:

Convert a web page to markdown

1curl -sL "${url}" | html2markdown > "${file}}".md

The html2markdown and html2md programs works better than any other.