To run a TCL script from the command line, cd to the appropriate directory and then tclsh your_script.tcl. The effects of double clicking it depend upon the configuration of your desktop, and also what the script actually does - it may only send any outpu
Since Tcl is an interpreted language, to run a Tcl program (also called a script), you normally pass the script file to the Tcl interpreter, wish, for example: wish hello.tcl You can also use wish in interactive mode and type in commands at the command li
Answer: In this article, let us review very quickly how to write a basic Hello World Tcl program and execute tcl program on Linux or Unix OS. 1. Write a Hello World Tcl Program. Create the helloworld program using the Vim editor as shown below. $ vim hell
Post a Comment:
Showing 0 Comments: