Files
tldr/pages.zh/linux/gnome-terminal.md

20 lines
423 B
Markdown

# gnome-terminal
> GNOME 终端模拟器。
> 更多信息:<https://help.gnome.org/users/gnome-terminal/stable/>.
- 打开一个新的 GNOME 终端窗口:
`gnome-terminal`
- 在新的终端窗口中运行特定命令:
`gnome-terminal -- {{command}}`
- 在最后打开的窗口中打开一个新的标签页:
`gnome-terminal --tab`
- 设置新标签页的标题:
`gnome-terminal --tab --title "{{title}}"`