るりまサーチ

最速Rubyリファレンスマニュアル検索!
120件ヒット [1-100件を表示] (0.169秒)
トップページ > クエリ:e[x] > クエリ:SystemCommand[x]

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix rank_e
  4. matrix det_e
  5. open3 capture2e

キーワード

検索結果

<< 1 2 > >>

Shell::SystemCommand (24000.0)

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

@todo

@todo

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

@todo

@todo

@param rs

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

@todo

@todo

コマンド名を返します。

Shell::SystemCommand#start_export (9100.0)

@todo

@todo

絞り込み条件を変える

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

@todo

...@todo

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

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

@todo

@todo

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

@todo

@todo

@param sh

@param command

@param opts

Shell#system(command, *opts) -> Shell::SystemCommand (6301.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 (6301.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 (6301.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::SystemCommand#kill(signal) -> Integer (6100.0)

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

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

@see Process.#kill...

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

@todo

...@todo

@param opts

@see Shell#notify...

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

@todo

@todo

コマンド名を返します。

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

@todo

...@todo

@param opts

@see Shell#notify...
<< 1 2 > >>