351件ヒット
[1-100件を表示]
(0.035秒)
別のキーワード
種類
- インスタンスメソッド (270)
- 特異メソッド (81)
ライブラリ
- shell (351)
キーワード
- [] (6)
- basename (6)
- blockdev? (6)
- cascade (6)
- cd (12)
- chardev? (6)
- chdir (6)
- concat (6)
- debug (12)
- debug= (12)
- debug? (12)
-
debug
_ output _ exclusive _ unlock (3) -
debug
_ output _ lock (6) -
debug
_ output _ locked? (6) -
debug
_ output _ synchronize (6) -
debug
_ output _ try _ lock (6) -
debug
_ output _ unlock (6) - directory? (6)
- executable? (6)
-
executable
_ real? (6) - exist? (6)
- exists? (6)
- file? (6)
-
finish
_ all _ jobs (6) - foreach (6)
- glob (6)
- grpowned? (6)
- jobs (6)
- kill (6)
- out (6)
- owned? (6)
- pipe? (6)
- pushd (6)
- pushdir (6)
- readable? (6)
-
readable
_ real? (6) - setgid? (6)
- setuid? (6)
- socket? (6)
- sticky? (6)
- symlink? (6)
- test (6)
- transact (6)
- umask (6)
- verbose (12)
- verbose= (12)
- verbose? (12)
-
world
_ readable? (6) -
world
_ writable? (6) - writable? (6)
-
writable
_ real? (6) - zero? (6)
検索結果
先頭5件
-
Shell
# verbose -> bool (6201.0) -
@todo
@todo -
Shell
# verbose? -> bool (6201.0) -
@todo
@todo -
Shell
. verbose -> bool (6201.0) -
@todo
@todo -
Shell
. verbose? -> bool (6201.0) -
@todo
@todo -
Shell
# basename(filename , suffix = "") -> String (6101.0) -
File クラスにある同名のクラスメソッドと同じです.
...イル名を表す文字列を指定します。
@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き
'.' を含まない任意の文字列にマッチします。
@see File.basename... -
Shell
# blockdev?(file) -> bool (6101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#blockdev?... -
Shell
# debug -> bool | Integer (6101.0) -
@todo
@todo -
Shell
# debug=(flag) (6101.0) -
@todo
@todo -
Shell
# debug? -> bool | Integer (6101.0) -
@todo
@todo -
Shell
# executable?(file) -> bool (6101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable?... -
Shell
# executable _ real?(file) -> bool (6101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Shell
# glob(pattern) -> Shell :: Filter (6101.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...rn シェルコマンド glob に与えるパターンを指定します。
パターンの書式については、Dir.[] を参照してください。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|... -
Shell
# jobs -> Array (6101.0) -
スケジューリングされているjobの一覧を返します。
...スケジューリングされているjobの一覧を返します。... -
Shell
# readable?(file) -> bool (6101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#readable?... -
Shell
# readable _ real?(file) -> bool (6101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#readable_real?... -
Shell
# verbose=(flag) (6101.0) -
@todo
@todo -
Shell
# world _ readable? (6101.0) -
@todo
@todo