300件ヒット
[201-300件を表示]
(0.032秒)
別のキーワード
クラス
- Array (12)
- Shell (72)
-
Shell
:: CommandProcessor (54) -
Shell
:: Filter (54) -
Shell
:: ProcessController (18) -
Shell
:: SystemCommand (90)
キーワード
- active? (6)
-
active
_ jobs (6) - command (6)
- directory? (18)
- each (6)
-
find
_ system _ command (18) - flush (6)
- ftype (18)
- input= (6)
- jobs (12)
- kill (6)
- mkdir (18)
- name (6)
- notify (30)
- shelljoin (12)
- start (6)
-
start
_ export (6) -
start
_ import (6) - sticky? (18)
-
super
_ each (6) - symlink (18)
- symlink? (18)
- system (18)
-
system
_ path (6) -
system
_ path= (6) - terminate (6)
- wait? (6)
-
waiting
_ jobs (6)
検索結果
先頭5件
-
Shell
:: SystemCommand # flush -> () (3002.0) -
@todo
@todo -
Shell
:: SystemCommand # input=(inp) (3002.0) -
@todo
@todo -
Shell
:: SystemCommand # kill(signal) -> Integer (3002.0) -
自身のプロセスにシグナルを送ります。
自身のプロセスにシグナルを送ります。
@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグループにシグナルを送ります。
@see Process.#kill -
Shell
:: SystemCommand # name -> String (3002.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand # start -> () (3002.0) -
@todo
@todo -
Shell
:: SystemCommand # start _ export (3002.0) -
@todo
@todo -
Shell
:: SystemCommand # start _ import -> () (3002.0) -
@todo
@todo -
Shell
:: SystemCommand # super _ each -> () (3002.0) -
@todo
...@todo
Shell::Filter#each です。... -
Shell
:: SystemCommand # terminate -> () (3002.0) -
@todo
@todo -
Shell
:: SystemCommand # wait? -> bool (3002.0) -
@todo
@todo -
Shell
# jobs -> Array (103.0) -
スケジューリングされているjobの一覧を返します。
スケジューリングされているjobの一覧を返します。 -
Shell
# mkdir(*path) -> Array (103.0) -
Dir.mkdirと同じです。 (複数可)
...ram path 作成するディレクトリ名を文字列で指定します。
@return 作成するディレクトリの一覧の配列を返します。
使用例
require 'shell'
Shell.verbose = false
sh = Shell.new
begin
p sh.mkdir("foo") #=> ["foo"]
rescue => err
puts err
end... -
Shell
:: CommandProcessor # mkdir(*path) -> Array (102.0) -
Dir.mkdirと同じです。 (複数可)
...ram path 作成するディレクトリ名を文字列で指定します。
@return 作成するディレクトリの一覧の配列を返します。
使用例
require 'shell'
Shell.verbose = false
sh = Shell.new
begin
p sh.mkdir("foo") #=> ["foo"]
rescue => err
puts err
end... -
Shell
:: Filter # mkdir(*path) -> Array (102.0) -
Dir.mkdirと同じです。 (複数可)
...ram path 作成するディレクトリ名を文字列で指定します。
@return 作成するディレクトリの一覧の配列を返します。
使用例
require 'shell'
Shell.verbose = false
sh = Shell.new
begin
p sh.mkdir("foo") #=> ["foo"]
rescue => err
puts err
end... -
Shell
:: ProcessController # active _ jobs -> Array (102.0) -
実行中のジョブの配列を返します。
実行中のジョブの配列を返します。 -
Shell
:: ProcessController # jobs -> Array (102.0) -
全てのジョブの配列を返します。
全てのジョブの配列を返します。 -
Shell
:: ProcessController # waiting _ jobs -> Array (102.0) -
待機中のジョブを返します。
待機中のジョブを返します。