LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   A consolo creating another console (https://www.linuxquestions.org/questions/programming-9/a-consolo-creating-another-console-263215/)

Rauldinho 12-06-2004 08:48 AM

A consolo creating another console
 
Hello, i need to make a program from a console in linux, that creates (or opens) other consoles so i can stablish a communication between them. So my question is this: is there any function or what is the way to accomplish this?to create a console from another one,i think the word "multisession" might be of some use here :confused: thanks for any help, clue or idea you may give me!:study:

theYinYeti 12-06-2004 09:08 AM

The "open" tool does just that: opening a new console with a command inside. You then just have to create FIFOs to communicate between your two scripts.

Yves.


All times are GMT -5. The time now is 10:11 AM.