如何在 Konsole(KDE)或终端(GNOME)内直接运行应用程序?
我对 Emacs 的快捷方式特别感兴趣:
emacs -nw
在 KDE 中,这将打开 Konsole 并运行 Emacs(无窗口),而 GNOME 将在终端内运行它。我猜 Konsole 应该有一个参数,您可以在其中要求它运行并打开某个程序/脚本。有人知道怎么做吗?
谢谢!
答案1
man gnome-terminal
告诉我:
-e, --command=STRING
Execute the argument to this option inside the terminal.
-x, --execute
Execute the remainder of the command line inside the termi‐
nal.