linux - TCL - open a new terminal, do some operations in the opened terminal and close it -


how can open new terminal tcl code, operations (e.g. ls -l), results of operations , close terminal?

does exec command open new terminal , operations invoked in terminal or when call example "cd .." exec, command has nothing linux terminal , linux commands, pure tcl commands have same name linux standard commands?

sounds want expect.


Comments