Forrest logo
back to the lxterminal tool

lxterminal:tldr:0d524

lxterminal: Open an LXTerminal window with multiple tabs.
$ lxterminal --tabs=${tab_name1,tab_name2,---}
try on your machine

The command 'lxterminal --tabs=${tab_name1,tab_name2,---}' is used to open multiple tabs in the LXTerminal application with specific names for each tab.

Here is an explanation of each part of the command:

  • 'lxterminal' is the command to open the LXTerminal application.
  • '--tabs=' is an option to specify that we want to open multiple tabs.
  • '${tab_name1,tab_name2,---}' is the list of names for the tabs. You can replace 'tab_name1', 'tab_name2', and '---' with the desired names for each tab. Each tab name should be separated by a comma.

For example, if you want to open three tabs with the names 'Terminal 1', 'Terminal 2', and 'Terminal 3', the command would be:

lxterminal --tabs=Terminal\ 1,Terminal\ 2,Terminal\ 3

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the lxterminal tool