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.

16 lines
481 B

  1. WareLogging, ManPage, LiteraryMachines.
  2. * http://www.dict.org/bin/Dict
  3. 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.
  4. = dict client =
  5. On Debian-based systems, do:
  6. sudo apt-get install dict
  7. Then you can do nifty things like
  8. dict -s soundex word
  9. Where -s specifies a matching strategy, and can include things like Knuth's SOUNDEX algorithm and regular expressions.