るりまサーチ

最速Rubyリファレンスマニュアル検索!
321件ヒット [301-321件を表示] (0.030秒)
トップページ > クエリ:shell[x] > 種類:モジュール関数[x]

別のキーワード

  1. shell/builtin-command new
  2. etc sc_shell
  3. shell/builtin-command each
  4. shell cd
  5. shell debug

ライブラリ

モジュール

キーワード

検索結果

<< < ... 2 3 4 >>

Open3.#pipeline_w(*cmds) -> [IO, [Thread]] (7.0)

指定したコマンドのリストをパイプで繋いで順番に実行します。最初の コマンドの標準入力に書き込む事ができます。

...境変数を Hash で指定します。
cmdname にはコマンド名を表す String を指定します。
1、2、3 は shell 経由で実行されます。

(1) commandline
(2) [commandline, options]
(3) [env, commandline, options]
(4) [env, cmdname, arg1, arg2, ..., o...

Open3.#pipeline_w(*cmds) {|first_stdin, wait_thrs| ... } -> () (7.0)

指定したコマンドのリストをパイプで繋いで順番に実行します。最初の コマンドの標準入力に書き込む事ができます。

...境変数を Hash で指定します。
cmdname にはコマンド名を表す String を指定します。
1、2、3 は shell 経由で実行されます。

(1) commandline
(2) [commandline, options]
(3) [env, commandline, options]
(4) [env, cmdname, arg1, arg2, ..., o...
<< < ... 2 3 4 >>