1488件ヒット
[1-100件を表示]
(0.066秒)
クラス
- Array (12)
- Shell (366)
-
Shell
:: AppendFile (6) -
Shell
:: AppendIO (6) -
Shell
:: BuiltInCommand (6) -
Shell
:: Cat (6) -
Shell
:: CommandProcessor (408) -
Shell
:: Concat (6) -
Shell
:: Echo (6) -
Shell
:: Filter (468) -
Shell
:: Glob (6) -
Shell
:: ProcessController (90) -
Shell
:: SystemCommand (66) -
Shell
:: Tee (6) -
Shell
:: Void (6) - String (24)
キーワード
- + (6)
- < (6)
- > (6)
- >> (6)
- [] (18)
- active? (6)
-
active
_ job? (6) -
active
_ jobs (6) -
active
_ jobs _ exist? (6) -
add
_ schedule (6) - append (18)
- atime (12)
- basename (18)
- blockdev? (12)
- cat (18)
- chardev? (18)
- chdir (6)
-
check
_ point (12) - chmod (18)
- chown (18)
- command (6)
-
command
_ processor (6) - concat (12)
- ctime (12)
- cwd (6)
- debug (6)
- debug? (6)
- delete (18)
- dir (6)
-
dir
_ stack (6) - directory? (18)
- dirname (18)
- dirs (6)
- each (48)
- echo (18)
- executable? (12)
-
executable
_ real? (18) - exist? (12)
- exists? (12)
- file? (12)
-
find
_ system _ command (12) -
finish
_ all _ jobs (12) - foreach (18)
- ftype (18)
- getwd (6)
- glob (18)
- grpowned? (18)
- identical? (12)
- input (6)
- input= (18)
- inspect (6)
- jobs (12)
-
jobs
_ exist? (6) - join (18)
- kill (12)
-
kill
_ job (6) - link (12)
- lstat (12)
- mkdir (18)
- mtime (12)
- name (6)
- notify (24)
- open (18)
- out (12)
- owned? (12)
- pipe? (12)
- popdir (6)
-
process
_ controller (6) - pushdir (6)
- pwd (6)
- readable? (18)
-
readable
_ real? (18) - readlink (18)
-
record
_ separator (6) -
record
_ separator= (6) - rehash (18)
- rename (18)
- rm (18)
- rmdir (18)
- setgid? (12)
- setuid? (12)
- sfork (6)
- shell (6)
- shellescape (12)
- shelljoin (12)
- shellsplit (12)
- size (18)
- size? (18)
- socket? (12)
- split (18)
- start (6)
-
start
_ export (6) -
start
_ import (6) -
start
_ job (6) - stat (12)
- sticky? (12)
-
super
_ each (6) - symlink (12)
- symlink? (12)
- system (12)
-
system
_ path (6) - tee (18)
- terminate (6)
-
terminate
_ job (6) - test (18)
-
to
_ a (6) -
to
_ s (6) - transact (18)
- truncate (18)
- unlink (12)
- utime (18)
- verbose (6)
- verbose= (6)
- verbose? (6)
-
wait
_ all _ jobs _ execution (6) -
waiting
_ job? (6) -
waiting
_ jobs (6) -
waiting
_ jobs _ exist? (6) -
world
_ readable? (18) -
world
_ writable? (18) - writable? (18)
-
writable
_ real? (18) - zero? (18)
- | (6)
検索結果
先頭5件
-
Shell
# process _ controller -> Shell :: ProcessController (12403.0) -
@todo
@todo -
Shell
# readable _ real?(file) -> bool (12203.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#readable_real?... -
Shell
:: SystemCommand # start _ export (12202.0) -
@todo
@todo -
Shell
:: SystemCommand # start _ import -> () (12202.0) -
@todo
@todo -
Shell
:: CommandProcessor # readable _ real?(file) -> bool (9202.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#readable_real?... -
Shell
:: Filter # readable _ real?(file) -> bool (9202.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#readable_real?... -
Shell
:: CommandProcessor # zero?(file) -> bool (9102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#zero?... -
Shell
:: ProcessController # sfork(command) { . . . } -> [Integer , IO , IO] (9102.0) -
シンプルな fork です。
...シンプルな fork です。
@param command コマンドを指定します。
@return [PID, 入力用 IO, 出力用 IO] からなる配列を返します。... -
Shell
:: ProcessController # start _ job(command = nil) (9102.0) -
指定されたコマンドの実行を開始します。
...指定されたコマンドの実行を開始します。
コマンドを省略した場合は、待ち状態のジョブのうち先頭のものを実行します。
@param command コマンドを指定します。... -
Shell
:: ProcessController # terminate _ job(command) (9102.0) -
指定されたコマンドを終了します。
...指定されたコマンドを終了します。
@param command コマンドを指定します。... -
Shell
# command _ processor -> Shell :: CommandProcessor (6203.0) -
@todo
@todo -
Shell
# chardev?(file) -> bool (6103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#chardev?... -
Shell
# dir _ stack -> [String] (6103.0) -
@todo
@todo -
Shell
# directory?(file) -> bool (6103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory?... -
Shell
# dirname(filename) -> String (6103.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.dirname... -
Shell
# dirs -> [String] (6103.0) -
@todo
@todo -
Shell
# executable _ real?(file) -> bool (6103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?...