るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. kernel $-l
  2. matrix l
  3. _builtin $-l
  4. lupdecomposition l
  5. $-l kernel

キーワード

検索結果

Shell#system(command, *opts) -> Shell::SystemCommand (82603.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#system(command, *opts) -> Shell::SystemCommand (82600.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::Filter#system(command, *opts) -> Shell::SystemCommand (82600.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#system_path -> Array (45652.0)

コマンドサーチパスの配列を返す。

...コマンドサーチパスの配列を返す。

@param path コマンドサーチパスの配列を指定します。

使用例

require 'shell'
sh = Shell.new
sh.system_path = [ "./" ]
p sh.system_path #=> ["./"]...

Shell#system_path=(path) (45652.0)

コマンドサーチパスの配列を返す。

...コマンドサーチパスの配列を返す。

@param path コマンドサーチパスの配列を指定します。

使用例

require 'shell'
sh = Shell.new
sh.system_path = [ "./" ]
p sh.system_path #=> ["./"]...

絞り込み条件を変える

Shell#find_system_command(command) (45613.0)

@todo

@todo

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

@todo

@todo

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

@todo

@todo

Shell::SystemCommand#kill(signal) -> Integer (45307.0)

自身のプロセスにシグナルを送ります。

自身のプロセスにシグナルを送ります。

@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグループにシグナルを送ります。

@see Process.#kill

Shell::SystemCommand#flush -> () (36307.0)

@todo

@todo

絞り込み条件を変える

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

@todo

...@todo

@param opts

@see Shell#notify...

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

@todo

...@todo

@param opts

@see Shell#notify...

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

@todo

@todo

Shell::SystemCommand#each(rs = nil) {|line| ... } (27307.0)

@todo

@todo

@param rs

Shell::SystemCommand#wait? -> bool (27307.0)

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

コマンド名を返します。

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

@todo

@todo

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

@todo

@todo

コマンド名を返します。

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

@todo

@todo

Shell::SystemCommand#start_export (27007.0)

@todo

@todo

絞り込み条件を変える

Shell::SystemCommand#start_import -> () (27007.0)

@todo

@todo

Shell::SystemCommand#super_each -> () (27007.0)

@todo

...@todo

Shell
::Filter#each です。...

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

@todo

@todo