216
rated 0 times
[
216]
[
0]
/ answers: 1 / hits: 689837
/ 1 Year ago, sat, july 2, 2022, 11:34:32
I have three scripts I need to run when I start up my Ubuntu machine, they start services I use in my development environment.
To do that, I manually open three terminals and type in the commands.
Is there any way to create a script that will open three terminals and execute one command in each of these? (Each command should be in a separate terminal window so I can see their output).
More From » command-line