cdicsort(1) debian man page | unix.com

Man Page: cdicsort

Operating Environment: debian

Section: 1

CDICSORT(1)						      General Commands Manual						       CDICSORT(1)

NAME
cdicsort - To sort the text format dictionary.
SYNOPSIS
cdicsort < textdic
DEFAULT PATH
/usr/local/bin/cWnn4/cdicsort
DESCRIPTION
This function allows user to sort the specified text format dictionary, which is piped in as textdic. 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. "<" means to pipe the textdic as an input to "cdicsort" command. textdic is the text format dictionary. The format of this text file must be the same as that in the system text format dictionary. That is, -------------------------------------------------- | Pinyin Word Cixing Frequency | | : : : : | -------------------------------------------------- Refer to cWnn manual for details. By using "cdicsort", all the Pinyin tuples in textdic will be sorted. The result of "cdicsort" will be output to standard output (stdout). It may also be piped into a file by using the ">" command. For exam- ple, cdicsort < dict.u > sort_dict.u "dict.u" here is the input text format dictionary, while the "sort_dict.u" is the sorted text format dictionary. 13 May 1992 CDICSORT(1)
Related Man Pages
cdtoa(1) - debian
dpbindic(1) - debian
jdic2txt(1) - osf1
jim_convert(1) - osf1
vje2jsytxt(1) - osf1
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?