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
> 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.
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
3 matches
Mail list logo