1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/linux/gnome-terminal.md

20 lines
418 B
Markdown

# gnome-terminal
> The GNOME Terminal emulator.
> More information: <https://help.gnome.org/users/gnome-terminal/stable/>.
- Open a new GNOME terminal window:
`gnome-terminal`
- Run a specific command in a new terminal window:
`gnome-terminal -- {{command}}`
- Open a new tab in the last opened window instead:
`gnome-terminal --tab`
- Set the title of the new tab:
`gnome-terminal --tab --title "{{title}}"`