24 Jun
2005
24 Jun
'05
02:00
On Wed, Jun 22, Theo v. Werkhoven wrote:
Wed, 22 Jun 2005, by lrenard@epicuria.be:
Le mercredi 22 juin 2005 à 23:09 +0200, Theo v. Werkhoven a écrit :
Wed, 22 Jun 2005, by lrenard@epicuria.be:
Hi everybody,
how could i execute a .tcl file ?
Normally you'd set the execute bit and rely on file(1) to do its magic when you invoke ./file.tcl
I've install tcl & tclx but ... it doesn't works
$ cat tossme.tcl puts("foo") $ tclsh tossme.tcl foo $ also you can simply run tclsh from the commandline to get a read-eval-loop environment (if it is appropriate to borrow that term from LISP...) enjoy Michael -- Michael Fischer Happiness is a config option. michael@visv.net Recompile and be happy.