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