321件ヒット
[301-321件を表示]
(0.030秒)
ライブラリ
- ビルトイン (144)
- open3 (108)
- shellwords (48)
- timeout (21)
モジュール
- Kernel (144)
- Open3 (108)
- Shellwords (48)
- Timeout (21)
キーワード
- exec (48)
- pipeline (12)
-
pipeline
_ r (24) -
pipeline
_ rw (24) -
pipeline
_ start (24) -
pipeline
_ w (24) - shellescape (12)
- shelljoin (12)
- shellsplit (12)
- shellwords (12)
- spawn (48)
- system (48)
- timeout (21)
検索結果
先頭2件
-
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...