0
konsole --noclose -e --rcfile /filepathtomyscript

konsoleが次のような引数を持つコマンドのリストを実行できるようにしたいので、上記のコマンドを実行しようとしました

lftp
open...
login
put....

ただし、エラーが発生し続けます。手伝っていただけませんか?どうもありがとう。これまでに見つけたすべての例は、単一のコマンドを実行するだけです。

4

1 に答える 1

1

これを試して

konsole --noclose -e /bin/bash /path/to/my/script

コンソールのマニュアルページ

-e [引数]

          Execute ’command’ instead of shell.  It  also  sets  the  window
          title  and  icon  name  to  be the basename of the program being
          executed if neither -T nor -n are given  on  the  command  line.
          This must be the last option on the command line.
于 2012-12-05T00:24:28.167 に答える