Re: #!/usr/bin/tclsh not working

2001-02-21 Thread Morgan Terry
Sebastian Canagaratna wrote: > > Hi: > >I tried the following simple script with tclsh: > >#!/usr/bin/tclsh >puts stdout {Hello, World!} >( from Brent B. Welch, Practical Programmin in Tcl and Tk) > >made the file (Hello) executable and typed . hello >and I get the error

Re: #!/usr/bin/tclsh not working

2001-02-21 Thread Tom Allard
> I tried the following simple script with tclsh: > ... Did you set execute permissions on the script (chmod +x hello)? rgds-- TA ([EMAIL PROTECTED]) I don't speak for the Federal Reserve Board, it doesn't speak for me.

#!/usr/bin/tclsh not working

2001-02-20 Thread Sebastian Canagaratna
Hi: I tried the following simple script with tclsh: #!/usr/bin/tclsh puts stdout {Hello, World!} ( from Brent B. Welch, Practical Programmin in Tcl and Tk) made the file (Hello) executable and typed . hello and I get the error bash: puts: command not found. I also tried