12件ヒット
[1-12件を表示]
(0.031秒)
ライブラリ
クラス
検索結果
先頭2件
-
Shell
:: CommandProcessor # system(command , *opts) -> Shell :: SystemCommand (27420.0) -
command を実行する.
...で指定します。
@param opts command のオプションを文字列で指定します。複数可。
使用例:
require 'shell'
Shell.verbose = false
sh = Shell.new
print sh.system("ls", "-l")
Shell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT... -
Shell
:: CommandProcessor # find _ system _ command(command) (15202.0) -
@todo
@todo