Skip to content
Advertisement

Run different bash scripts, started by one bash startscript, in different terminal tabs

I like to run more than one bash script, each in own terminal tab.

Now what did i found:

  • The follow run two scripts inside one terminal:

start.sh

JavaScript

task_1.sh

JavaScript

task_2.sh

JavaScript

The follow are able to open a new tab on terminal:

JavaScript

Now i have found the follow solution:

JavaScript

Thats working fine, a give a error message like, “replace the old “-e” by “–“. If I replace the “-e” by “–“, I getting after than only one tab. Dont get the 2`nd tab.

Advertisement

Answer

Run different bash scripts, started by one bash startscript, in different terminal tabs can be on some ways like:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement