Previous: Autologin, Up: Dico — a client program. [Contents][Index]
This section contains a short summary of dico
command line
options.
The following table summarizes the four existing ways of
dico
invocation:
dico [options] word
Connect to the dictionary and define or match a word.
dico [options] url
Connect to the dictionary and define or match a word, supplied in the url.
See DICT URL.
dico [options] opmode
Connect to the dictionary and query the information required by opmode option, which is one of --dbs, --strategies, --serverhelp, --info, or --serverinfo. See below (see Operation modes) for a description.
dico [options]
Start interactive shell. See Interactive Mode.
Connect to this server.
See –host.
Specify the port to connect to. The argument port can be either a port number or its symbolic service name, as listed in /etc/services.
Select a database to search. The name can be either a name of one of the databases offered by the server (as returned by --dbs option), or one of the predefined database names: ‘!’ or ‘*’.
See –database.
Set source address for TCP connections.
Match instead of define.
See –match.
Select a strategy for matching. The argument is either a name of one of the matching strategies supported by server (as displayed by --strategies option) or a dot (‘.’) meaning a server-dependent default strategy.
This option implies --match.
See –strategy.
Sets maximum Levenshtein distance. Allowed values of n are between 1 and 9 inclusively. This option has effect only if the remote server supports ‘xlev’ extension (see XLEV).
See –levdist.
Do not print the normal dico
welcome banner when entering
interactive shell.
See quiet.
Show available databases.
See –dbs.
Show available search strategies.
See –strategies.
Show server help.
Show information about database dbname.
Show information about the server.
Disable authentication.
See Autologin.
Enable SASL authentication, if the server supports it. See Autologin.
Disable SASL authentication. See Autologin.
Set user name for authentication.
See Autologin.
Set shared secret for authentication.
See Autologin.
Set the name of autologin file to use.
See Autologin.
Additional text for client command, instead of the default ‘GNU dico 2.11.90’.
Enable session transcript. See Session Transcript, for a description.
Increase debugging verbosity level.
Include time stamp in the debugging output.
Include source line information in the debugging output.
Display a short description of command line options.
Display a short usage message
Print program version.
Previous: Autologin, Up: Dico — a client program. [Contents][Index]