splitindex --version (return code: 0)
splitindex.pl 0.1
Copyright (c) 2002 Markus Kohm <kohm@gmx.de>
splitindex --help (return code: 0)
splitindex.pl 0.1
Copyright (c) 2002 Markus Kohm <kohm@gmx.de>
Usage: splitindex.pl [OPTION]... RAWINDEXFILE [MAKEINDEXOPTION]...
Split a single raw index file into multiple raw index files.
Example: splitindex.pl foo.idx.
Options:
-h, --help show this help and terminate
-m, --makeindex PROGNAME
call PROGNAME instead of default `makeindex'.
-i, --identify EXPRESSION
use regular EXPRESSION to match entries
(see also option --resultis and --suffixis).
Default is '^(\\indexentry)\[([^]]*)\](.*)$'.
-r, --resultis PATTERN
create line to be written from PATTERN after matching
lines (see also option --identify).
Default is '$1$3'.
-s, --suffixis PATTERN
create suffix to be used from PATTERN after matching
lines (see also option --identify).
Default is '-$2'.
-v, --verbose be more verbose
(can be used multiple to increase verbosity)
--version show version and terminate