66件ヒット
[1-66件を表示]
(0.092秒)
ライブラリ
-
shell
/ system-command (66)
キーワード
- command (6)
- each (6)
- kill (6)
- name (6)
- notify (12)
- start (6)
-
start
_ export (6) -
start
_ import (6) -
super
_ each (6) - terminate (6)
検索結果
先頭5件
-
Shell
:: SystemCommand # start _ export (12201.0) -
@todo
@todo -
Shell
:: SystemCommand # start _ import -> () (12201.0) -
@todo
@todo -
Shell
:: SystemCommand # start -> () (6101.0) -
@todo
@todo -
Shell
:: SystemCommand # super _ each -> () (6101.0) -
@todo
...@todo
Shell::Filter#each です。... -
Shell
:: SystemCommand # terminate -> () (6101.0) -
@todo
@todo -
Shell
:: SystemCommand # command -> String (101.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand # each(rs = nil) {|line| . . . } (101.0) -
@todo
...@todo
@param rs... -
Shell
:: SystemCommand # kill(signal) -> Integer (101.0) -
自身のプロセスにシグナルを送ります。
...@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグループにシグナルを送ります。
@see Proces... -
Shell
:: SystemCommand # name -> String (101.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand # notify(*opts) -> String (101.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (101.0) -
@todo
...@todo
@param opts
@see Shell#notify...