diff --git a/pages/linux/xdg-terminal-exec.md b/pages/linux/xdg-terminal-exec.md new file mode 100644 index 0000000000..8e74111181 --- /dev/null +++ b/pages/linux/xdg-terminal-exec.md @@ -0,0 +1,16 @@ +# xdg-terminal-exec + +> Open the default terminal. +> More information: . + +- 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}}`