Is it possible to open a new terminal tab or window from an existing terminal using a makefile or some c file.
If so, how? Thanks in advance for your reply.
PS I want to do this because first in the terminal I want to run the server file, then I want to open a new terminal and run the file for the client.
From the second terminal, I want to continue running the script.
source
share