A simple program that unscrambles scrambled words.
To use the unscrambler, simply run the program and pass the scrambled word as the primary argument. Example:
$ unscramble loelh
hello
To use a different dictionary, use -d. Example:
$ unscramble -d dict/british-english locoru
colour
More dictionaries can be found on any Unix system.