my terminal - genome I am trying to run some commands, each in a separate tab in the same window. I tried using
gnome-terminal --tab -t "XXX" -x bash -c "redis-server /etc/redis/redis.conf; redis-sentinel /etc/redis/sentinel.conf; sudo redis-server; exec bash"
gnome-terminal --tab -t "XXX" -x bash -c "mongod --config /etc/mongod.conf; exec bash"
gnome-terminal --tab -t "XXX" -x bash -c "node server.js; exec bash"
But the problem is it's opening new windows like this:

but I want it to look like this:

cmd1, etc. which we can't reproduce. See: How to create a Minimal, Reproducible Example. Give more information about how you start your script or command.--tabdoesn't exist in the manual you can invoke withman gnome-terminal. However, its use doesn't trigger any error. It is probably deprecated.cd /home/udaysrinivas/, are not reproducible for other users. Please, try to simplify the example for us.