I want to open a terminal with an instruction in the code.
For example, I want to manage input and output in two different terminal. One for typing instruction and one for the output of this instructions. Is it possible?
I want to open a terminal with an instruction in the code.
For example, I want to manage input and output in two different terminal. One for typing instruction and one for the output of this instructions. Is it possible?
Of course it's possible to make pseudo terminals of type master-slave.
Start reading from here.
https://en.wikipedia.org/wiki/Pseudoterminal
Here is another post about this.