如何打开已运行特定命令的终端?Unity Launcher 最佳!

如何打开已运行特定命令的终端?Unity Launcher 最佳!

我知道如何向 添加命令Unity Launcher,但不知道如何自动打开命令终端

sudo尤其当命令需要密码或者需要看到命令结果时需要。

答案1

你有两个选项可以打开一个已经运行命令的终端或 uxterm:

uxterm -e <command>

或者

gnome-terminal -x <command>

对于已运行的多个命令:

gnome-terminal -x bash -c "<command1>; <command2>; <command3>"

相关内容