CATOD(1) | General Commands Manual | CATOD(1) |
catod - To convert the text format of a dictionary to binary
format.
catod [-s maxword ] [-R] [-r] [-e] [-S] [-U]
[-P dicpasswd ] [-p frepasswd ]
[-h cixingfile ] outfilename
/usr/local/bin/cWnn4/catod
This command converts a dictionary from text format into binary format.
outfilename is the name of the binary format dictionary. If outfilename is not given, the output will be passed to the standard output device(stdout).
The input file may be piped in by using the "<" command. For example,
catod basic.dic < basic.u
"basic.dic" here is the output binary format dictionary, while the "basic.u" is the input text format dictionary.
If the input text dictionary is not given, the input will be taken from the standard input(stdin). To end the input via standard input, press ^D.
To specify the maximum number of words. Default is 70000.
To specify the password for the dictionary.
If "-N" is used instead, the password of the dictionary will be set to "*".
To specify the password for the usage frequency file.
If "-n" is used instead, the password of the frequency file will be set to "*".
To specify the Cixing definition file.
13 May 1992 |