Hello, this is a newb question
How can I redirect one tcl command's output to a file?
Say I use:
report_bin shohso
I get in the tclsh:
Error:
Error:
0
But if I use:
report_bin shohso > report_bin.txt
report_bin.txt containts the sting "0", and not the error output.
How can i get it to redirect...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.