Different search paths for tclsh
- by user364128
Hi:
Any one knows how can I invoke the tclsh in the TCL code due to different paths to tclsh in various platforms (Linux, SUN) ?
For example in SUN:
!/usr/bin/sun/tclsh
in Linux:
!/usr/bin/linux/tclsh
How can I use the same TCL code and execute it in the above two paths ?