How to open a new tab in GNOME Terminal from command line? [closed]

You can also have each tab run a set command.

gnome-terminal --tab -e "tail -f somefile" --tab -e "some_other_command"

Leave a Comment