Hello,
I am new Tcl user and I am trying to execute an AWK or Cshell script from within a Tcl script.
I have tried:
set test = Eval[$scriptname < $inputdataname]
but this does not work. How can I store the result of scriptname < inputdataname (will output some text) into test?
THanks for your help.
I am new Tcl user and I am trying to execute an AWK or Cshell script from within a Tcl script.
I have tried:
set test = Eval[$scriptname < $inputdataname]
but this does not work. How can I store the result of scriptname < inputdataname (will output some text) into test?
THanks for your help.