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 the error output too?
-LD1976
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 the error output too?
-LD1976