768件ヒット
[1-100件を表示]
(0.023秒)
別のキーワード
クラス
- Shell (270)
-
Shell
:: BuiltInCommand (12) -
Shell
:: CommandProcessor (192) -
Shell
:: Concat (6) -
Shell
:: Filter (198) -
Shell
:: Glob (6) -
Shell
:: ProcessController (72) -
Shell
:: SystemCommand (12)
キーワード
- [] (18)
- active? (12)
-
active
_ job? (6) -
active
_ jobs (6) -
active
_ jobs _ exist? (6) - basename (18)
- blockdev? (18)
- cd (6)
- chardev? (18)
- chdir (6)
- concat (18)
- debug (6)
- debug= (6)
- debug? (6)
- directory? (18)
- each (12)
- executable? (18)
-
executable
_ real? (18) - exist? (18)
- exists? (18)
- file? (18)
-
finish
_ all _ jobs (18) - foreach (18)
- glob (18)
- grpowned? (18)
- jobs (12)
-
jobs
_ exist? (6) - kill (6)
-
kill
_ job (6) - out (18)
- owned? (18)
- pipe? (18)
- pushd (6)
- pushdir (6)
- readable? (18)
-
readable
_ real? (18) - setgid? (18)
- setuid? (18)
- socket? (18)
-
start
_ job (6) - sticky? (18)
- symlink? (18)
-
terminate
_ job (6) - test (18)
- transact (18)
- umask (6)
- verbose (6)
- verbose= (6)
- verbose? (6)
- wait? (12)
-
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
# verbose -> bool (6203.0) -
@todo
@todo -
Shell
# verbose? -> bool (6203.0) -
@todo
@todo -
Shell
# basename(filename , suffix = "") -> String (6103.0) -
File クラスにある同名のクラスメソッドと同じです.
...イル名を表す文字列を指定します。
@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き
'.' を含まない任意の文字列にマッチします。
@see File.basename... -
Shell
# blockdev?(file) -> bool (6103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#blockdev?... -
Shell
# debug -> bool | Integer (6103.0) -
@todo
@todo -
Shell
# debug=(flag) (6103.0) -
@todo
@todo -
Shell
# debug? -> bool | Integer (6103.0) -
@todo
@todo -
Shell
# executable?(file) -> bool (6103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable?... -
Shell
# executable _ real?(file) -> bool (6103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Shell
# glob(pattern) -> Shell :: Filter (6103.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 (6103.0) -
スケジューリングされているjobの一覧を返します。
...スケジューリングされているjobの一覧を返します。... -
Shell
# readable?(file) -> bool (6103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#readable?... -
Shell
# readable _ real?(file) -> bool (6103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#readable_real?... -
Shell
# verbose=(flag) (6103.0) -
@todo
@todo -
Shell
# world _ readable? (6103.0) -
@todo
@todo -
Shell
# world _ writable? (6103.0) -
@todo
@todo -
Shell
# writable?(file) -> bool (6103.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#writable?...