Files
cheatsheet-tldr/tldr/linux/gnome-terminal
2025-04-28 00:20:19 +00:00

26 lines
519 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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 {{[-t|--title]}} "{{title}}"`