I am getting an error:
couldn't execute "echo": argument list too long
while executing
"exec echo RES_local="$RES" >> $out_file"
(file "./test.tcl" line 1177)
So with exec in this case I am invoking a subprocess - bash echo command and writing to $out_file.
I understand that this is...
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.