48件ヒット
[1-48件を表示]
(0.112秒)
ライブラリ
- rake (12)
- shell (12)
-
shell
/ command-processor (12) -
shell
/ filter (12)
クラス
- Shell (12)
-
Shell
:: CommandProcessor (12) -
Shell
:: Filter (12)
モジュール
- FileUtils (12)
キーワード
-
check
_ point (18) -
finish
_ all _ jobs (18)
検索結果
先頭5件
-
FileUtils
# sh(*cmd) {|result , status| . . . } (18126.0) -
与えられたコマンドを実行します。
...。
@param cmd 引数の解釈に関しては Kernel.#exec を参照してください。
例:
sh %{ls -ltr}
sh 'ls', 'file with spaces'
# check exit status after command runs
sh %{grep pattern file} do |ok, res|
if ! ok
puts "pattern not found (status = #{res.exit... -
Shell
# check _ point (9102.0) -
@todo
@todo -
Shell
# finish _ all _ jobs (9102.0) -
@todo
@todo -
Shell
:: CommandProcessor # check _ point (9102.0) -
@todo
@todo -
Shell
:: CommandProcessor # finish _ all _ jobs (9102.0) -
@todo
@todo -
Shell
:: Filter # check _ point (9102.0) -
@todo
@todo -
Shell
:: Filter # finish _ all _ jobs (9102.0) -
@todo
@todo