17 lines
376 B
Markdown
Raw Normal View History

# xdg-terminal-exec
> Open the default terminal.
> More information: <https://manned.org/xdg-terminal-exec>.
- Open the default terminal:
`xdg-terminal-exec`
- Execute a command in the default terminal:
`xdg-terminal-exec {{command}} {{argument1 argument2 ...}}`
- Hold the terminal open after the command has finished executing:
`xdg-terminal-exec --hold {{command}}`