SYNOPSIS
mksary [OPTION]... FILEDESCRIPTION
- -a, --array=ARRAY
 - set the array file name to ARRAY
 - -b, --block=[SIZE]
 - do block sorting with SIZE [1024] KB block
 - -s, --sort
 - sort the array file
 - -l, --line
 - index every line
 - -w, --word
 - index every word delimited by white spaces
 - -c, --codeset=CODESET, handle CODESET for indexing
 - [bytestream], ASCII, ISO-8859, EUC-JP, Shift_JIS, UTF-8
 - -L, --locale
 - enable locale support (employ mblen for indexing)
 - -q, --quiet
 - suppress all normal output
 - -v, --version
 - print version information and exit
 - -h, --help
 - display this help and exit
 
COPYRIGHT
Copyright © 2000 Satoru Takabayashi All rights reserved.This is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

