Replace unnecessary calls to echo and cat
Tcl's exec can send data to stdout itself, no need to call cat/echo for that usually.
Please register or sign in to comment
Tcl's exec can send data to stdout itself, no need to call cat/echo for that usually.