318件ヒット
[1-100件を表示]
(0.136秒)
ライブラリ
- shell (318)
キーワード
- [] (6)
- append (6)
- basename (6)
- cat (6)
- chardev? (6)
- chdir (6)
- chmod (6)
- chown (6)
-
command
_ processor (6) - debug (6)
- debug? (6)
- delete (6)
-
dir
_ stack (6) - directory? (6)
- dirname (6)
- dirs (6)
- echo (6)
-
executable
_ real? (6) - foreach (6)
- ftype (6)
- glob (6)
- grpowned? (6)
- join (6)
- kill (6)
- mkdir (6)
- open (6)
-
process
_ controller (6) - pushdir (6)
- readable? (6)
-
readable
_ real? (6) - readlink (6)
-
record
_ separator (6) -
record
_ separator= (6) - rename (6)
- rm (6)
- rmdir (6)
- size (6)
- size? (6)
- split (6)
-
system
_ path (6) - tee (6)
- test (6)
- truncate (6)
- utime (6)
- verbose (6)
- verbose= (6)
- verbose? (6)
-
world
_ readable? (6) -
world
_ writable? (6) - writable? (6)
-
writable
_ real? (6) - zero? (6)
検索結果
先頭5件
-
Shell
# process _ controller -> Shell :: ProcessController (12418.0) -
@todo
...@todo... -
Shell
# readable _ real?(file) -> bool (12214.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#readable_real?... -
Shell
# command _ processor -> Shell :: CommandProcessor (6218.0) -
@todo
...@todo... -
Shell
# rename(from , to) -> 0 (6120.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param from ファイルの名前を文字列で与えます。
@param to 新しいファイル名を文字列で与えます。
@see File.rename... -
Shell
# truncate(path , length) -> 0 (6120.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param path パスを表す文字列を指定します。
@param length 変更したいサイズを整数で与えます。
@see File.truncate... -
Shell
# dir _ stack -> [String] (6118.0) -
@todo
...@todo... -
Shell
# dirs -> [String] (6118.0) -
@todo
...@todo... -
Shell
# record _ separator -> String (6118.0) -
@todo
...@todo... -
Shell
# record _ separator=(rs) (6118.0) -
@todo
...@todo... -
Shell
# verbose -> bool (6118.0) -
@todo
...@todo... -
Shell
# verbose=(flag) (6118.0) -
@todo
...@todo... -
Shell
# verbose? -> bool (6118.0) -
@todo
...@todo... -
Shell
# world _ readable? (6118.0) -
@todo
...@todo... -
Shell
# world _ writable? (6118.0) -
@todo
...@todo... -
Shell
# chardev?(file) -> bool (6114.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#chardev?... -
Shell
# directory?(file) -> bool (6114.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory?... -
Shell
# dirname(filename) -> String (6114.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.dirname...