るりまサーチ

最速Rubyリファレンスマニュアル検索!
306件ヒット [301-306件を表示] (0.177秒)

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

ライブラリ

モジュール

キーワード

検索結果

<< < ... 2 3 4 >>

FileUtils#sh(*cmd) {|result, status| ... } (3207.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.exitstatus...
...})"
end
end

@see Kernel.#exec, Kernel.#system...
<< < ... 2 3 4 >>