ref: adc4463f0ca6590f216aadb1e75390977fe1ec49
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'