I want to run 2 commands from a single terminal
apt-get update && dpkg -L
not like that, I want to be able to enter one command that executes the same time as the second command in a second terminal
that might sound confusing, let me try another way
I want to be able to run for example:
firefox && apt-get upgrade
and have two different terminals open automatically and execute both of those commands just by running a terminal command, not a script
gnome-terminal -e "command"
or open one window with multiple tabs each having its own command – Sergiy Kolodyazhnyy Jul 29 '18 at 22:47