tcl8.3

Langue: en

Version: 313769 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

tcl - Extended Tcl (TclX) shell

SYNTAX

tcl [-f] <filename>

DESCRIPTION

Tcl is a shell-like application consisting of the Tcl command language, the TclX library extension and a main program that reads Tcl commands from its standard input or from a file and evaluates them. If invoked with no arguments then it runs interactively, reading Tcl commands from standard input and printing command results and error messages to standard output. It runs until the exit command is invoked or until it reaches end-of-file on its standard input. If there exists a file .tclrc in the home directory of the user, tcl evaluates the file as a Tcl script just before reading the first command from standard input.

OPTIONS

-f <file>
Evaluates the specified Tcl <file>.

FILES

~/.tclrc

AUTHORS

This manual page was written for the Debian Project by Massimo Dal Zotto <dz@debian.org>

SEE ALSO

tclsh(1), wish(1), wishx(1), tclhelp(1)