Renaming tabs from the cli
by dmchess from LinuxQuestions.org on (#5GBS4)
I would like a script to add two tabs to a command prompt and rename each tab. I am using mate-teminal 1.22
I would like one tab to say "bash", the second to say "mysql user" and the third to say "mysql root". I have tried googling this and I didn't see one that worked. I can create the tabs, but I have to rename them through the gui.
This will create the three tabs:
mate-terminal --tab -t "mysql user" --tab -t "mysql root"
Terry H.


I would like one tab to say "bash", the second to say "mysql user" and the third to say "mysql root". I have tried googling this and I didn't see one that worked. I can create the tabs, but I have to rename them through the gui.
This will create the three tabs:
mate-terminal --tab -t "mysql user" --tab -t "mysql root"
Terry H.