るりまサーチ

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

別のキーワード

  1. shell/builtin-command new
  2. shell/builtin-command each
  3. rubygems/command command
  4. irb/extend-command def_extend_command
  5. irb/extend-command install_extend_commands

キーワード

検索結果

<< 1 2 > >>

Shell::SystemCommand (30000.0)

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

@todo

@todo

コマンド名を返します。

Shell::CommandProcessor#system(command, *opts) -> Shell::SystemCommand (21555.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#system(command, *opts) -> Shell::SystemCommand (18555.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 (18555.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#name -> String (12001.0)

@todo

@todo

コマンド名を返します。

Shell::SystemCommand.new(sh, command, *opts) (9107.0)

@todo

...@todo

@param sh

@param command

@param opts...

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

@todo

@todo

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

@todo

@todo

@param rs

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

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

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

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

@see Process.#kill

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

@todo

@todo

@param opts

@see Shell#notify

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

@todo

@todo

@param opts

@see Shell#notify

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

@todo

@todo

絞り込み条件を変える

Shell::SystemCommand#start_export (9000.0)

@todo

@todo

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

@todo

@todo
<< 1 2 > >>