WalaWiki content from p1k3.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

17 lines
481 B

WareLogging, ManPage, LiteraryMachines.
* http://www.dict.org/bin/Dict
It may have fallen by the wayside in the age of Google define:whatever searches and Wikipedia, but dict is still one of my favorite tools.
= dict client =
On Debian-based systems, do:
sudo apt-get install dict
Then you can do nifty things like
dict -s soundex word
Where -s specifies a matching strategy, and can include things like Knuth's SOUNDEX algorithm and regular expressions.