るりまサーチ

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

別のキーワード

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

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 > >>

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

@todo

@todo

コマンド名を返します。

Shell::CommandProcessor#system(command, *opts) -> Shell::SystemCommand (24690.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) (24506.0)

@todo

@todo

Shell#system(command, *opts) -> Shell::SystemCommand (18690.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 (18690.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#find_system_command(command) (18506.0)

@todo

@todo

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

@todo

@todo

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

@todo

@todo

コマンド名を返します。

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

@todo

@todo

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

@todo

@todo

@param rs

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

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

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

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

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

@see Process.#kill

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

@todo

@todo

@param opts

@see Shell#notify

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

@todo

@todo

@param opts

@see Shell#notify

絞り込み条件を変える

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

@todo

@todo

Shell::SystemCommand#start_export (9001.0)

@todo

@todo
<< 1 2 3 > >>