cifer-dict - turn files containing lists of words into a dictionary for cifer(1)
Contents
Bugs
Please report any bugs by sending email to either <simrunbasuita@googlemail.com> or
<danieljonathanrichman@googlemail.com>.
Copyright
This manual page is Copyright 2008 Simrun Basuita and Daniel Richman.
This manual page was written by Simrun Basuita <simrunbasuita@googlemail.com> and Daniel Richman
<danieljonathanrichman@googlemail.com>. Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU General Public License, Version 3 or any later version published by
the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
Description
In order to use some functions of cifer(1), a specially formatted 'dictionary' must be supplied. cifer-dict takes files containing lists of words as arguments, and outputs the correctly formatted dictionary.
This dictionary will have unicode characters converted to their nearest ASCII equivalents and all
characters converted to lower case. It will be sorted and duplicates removed.
Examples
cifer-dict/usr/share/dict/wordsdict
This uses /usr/share/dict/words as the input list and creates the formatted dictionary as dict.
cifer-dict/usr/share/dict/words/home/superman/mywordsdictionary
This uses /usr/share/dict/words and /home/superman/mywords as input lists and creates the formatted
dictionary as dictionary.
Name
cifer-dict - turn files containing lists of words into a dictionary for cifer(1)
See Also
cifer(1) CIFER-DICT(1)
Synopsis
cifer-dictinput1 [input2]... output
