![]() |
![]()
| ![]() |
![]()
NAMEcssort -- Czech sort FORMATcssort [ "-c"list | "-f"list ["-d"regexp]] [files ...] SYNOPSIScssort -c10-15,50-,25-45 < file cssort -f3,5-6 < file cssort -f3,5-6 -s: < file DESCRIPTIONCssort is a utility that sorts input lines according to rules used in the Czech language. You can run it without any options, then it just uses whole lines for sorting. With the options, it's possible to specify parts of the lines to be used for comparison.
The program assumes ISO-8859-2 encoding. Some way to specify another input encoding will come in the next versions. If you need to sort files with different encodings, you might want to check the cstocs conversion utility. SEE ALSOCz::Sort(3), cstocs(1). AUTHORJan Pazdziora
|