ref: bfbee0e43fd147a6cfa1289e37c06f271adb0af4
dir: /bin/thes/
#!/bin/rc
url=https://www.merriam-webster.com/thesaurus
word=`{echo $"* | sed 's/[ ]/\+/g'}
if(~ $#word 0)
exit
hget $url/$word | htmlfmt | ssam '0,/^Thesaurus/+ d
/^Learn More/-3,$ d'