Top "Tclsh" questions

Simple shell containing Tcl interpreter.

How to execute tcl scripts in tchsh with arguments

Normally I invoke my tcl script under shell like this. > tclsh8.5 mytest.tcl -opt1 foo -opt2 bar In case …

shell tcl tclsh
missing operand at _@_ in tcl script

in if condition I want to check whether the string contains the pattern, but i'm getting following error. missing operand …

shell if-statement open-source tcl tclsh
TCL calling proc that is in another file, but the proc is not found: invalid command

I am new to TCL. I excute TCL code via: "tclsh85 FOD/Scripts/program1.tcl" from DOS window under Windows …

tcl tclsh