NAME
XTM Bench - a simple XTM Interpreter
SYNOPSIS
xtm.pl <command line switch>...
DESCRIPTION
This simple, textual oriented user interface gives access to some Topic Map functions. This program is mainly thought for quick prototyping and testing Topic Maps and/or TM software.
For a more convenient environment see for the server package.
OPTIONS
Following command line switches are understood by the program:
- history <file> (default: none)
-
file which will be replayed at start of session. You can have any number of histories here, they will be all replayed in the order given.
- loglevel n (default: 1)
-
Controls the log level.
- about (default: no)
-
The program will print out some information about the software itself, (version) and will terminate thereafter.
FILES
The interpreter will look for history files:
$ENV{HOME}/.xtm/history
$ENV{HOME}/.xtmhistory
./.xtmhistory
in this order taking only the first it will find. It will only use the last 100 lines.
AUTHOR
rho@telecoma.net, Copyright 2001