GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CDICSORT( ) CDICSORT( )

cdicsort - To sort the text format dictionary.

cdicsort < textdic

/usr/local/bin/cWnn4/cdicsort

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 example,

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

Search for    or go to Top of page |  Section other |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.