るりまサーチ

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

別のキーワード

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

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 > >>

Shell::CommandProcessor#system(command, *opts) -> Shell::SystemCommand (27655.0)

command を実行する.

...
command
を実行する.

@param command 実行するコマンドのパスを文字列で指定します。

@param opts command のオプションを文字列で指定します。複数可。

使用例:

require 'shell'
Shell.verbose = false
sh = Shell.new

print sh.system("ls", "-l")
S...
...hell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT...

Shell::Filter#system(command, *opts) -> Shell::SystemCommand (27655.0)

command を実行する.

...
command
を実行する.

@param command 実行するコマンドのパスを文字列で指定します。

@param opts command のオプションを文字列で指定します。複数可。

使用例:

require 'shell'
Shell.verbose = false
sh = Shell.new

print sh.system("ls", "-l")
S...
...hell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT...

Shell::SystemCommand#command -> String (27202.0)

@todo

...@todo

コマンド名を返します。...

Shell#system(command, *opts) -> Shell::SystemCommand (24655.0)

command を実行する.

...
command
を実行する.

@param command 実行するコマンドのパスを文字列で指定します。

@param opts command のオプションを文字列で指定します。複数可。

使用例:

require 'shell'
Shell.verbose = false
sh = Shell.new

print sh.system("ls", "-l")
S...
...hell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT...

Shell::CommandProcessor#find_system_command(command) (21404.0)

@todo

...@todo...

絞り込み条件を変える

Shell::Filter#find_system_command(command) (21404.0)

@todo

...@todo...

Shell::SystemCommand#terminate -> () (21201.0)

@todo

...@todo...

Shell#find_system_command(command) (18404.0)

@todo

...@todo...

Kernel#xsystem(command, opts = nil) -> () (12330.0)

Kernel.#system と同じですが、コマンドの出力は(標準出力、標準エラー 出力ともに)ログファイルに出力します。ログファイル名は mkmf.log です。

...Kernel.#system と同じですが、コマンドの出力は(標準出力、標準エラー
出力ともに)ログファイルに出力します。ログファイル名は mkmf.log です。

@param command コマンドを指定します。
@param opts オプションを Hash で指定します。...
...:werror というキーに真を指定すると

@see Kernel.#system...

Shell::SystemCommand#name -> String (12102.0)

@todo

...@todo

コマンド名を返します。...

絞り込み条件を変える

Shell::SystemCommand#active? -> bool (12101.0)

@todo

...@todo...

Shell::SystemCommand#input=(inp) (12101.0)

@todo

...@todo...

Shell::SystemCommand#notify(*opts) -> String (12101.0)

@todo

...@todo

@param opts

@see Shell#notify...

Shell::SystemCommand#notify(*opts) {|message| ... } -> String (12101.0)

@todo

...@todo

@param opts

@see Shell#notify...

Shell::SystemCommand#start -> () (12101.0)

@todo

...@todo...

絞り込み条件を変える

Shell::SystemCommand#start_export (12101.0)

@todo

...@todo...
<< 1 2 3 > >>