771件ヒット
[1-100件を表示]
(0.052秒)
別のキーワード
種類
- インスタンスメソッド (564)
- 特異メソッド (141)
- モジュール関数 (48)
- 定数 (12)
- クラス (6)
クラス
- Array (12)
- Shell (273)
-
Shell
:: CommandProcessor (150) -
Shell
:: Echo (6) -
Shell
:: Filter (138) -
Shell
:: Glob (12) -
Shell
:: ProcessController (36) -
Shell
:: SystemCommand (30) - String (24)
モジュール
- Shellwords (84)
キーワード
- Glob (6)
- NoDelegateMethods (6)
-
USING
_ AT _ EXIT _ WHEN _ PROCESS _ EXIT (6) - [] (18)
-
add
_ delegate _ command _ to _ shell (6) - basename (18)
- cascade= (6)
- chmod (18)
- chown (18)
- command (6)
- cwd (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) -
def
_ builtin _ commands (6) -
default
_ record _ separator (6) - delete (18)
- dir (6)
-
dir
_ stack (6) - dirname (18)
- dirs (6)
- each (6)
- echo (18)
- escape (12)
- ftype (18)
- getwd (6)
- glob (18)
- grpowned? (18)
- inspect (6)
- join (30)
- kill (12)
-
kill
_ job (6) - name (6)
- new (12)
- notify (18)
- pwd (6)
- readlink (18)
-
record
_ separator (6) - rm (18)
-
run
_ config (6) - setgid? (18)
- sfork (6)
- shellescape (24)
- shelljoin (24)
- shellsplit (24)
- shellwords (12)
- size (18)
- size? (18)
- split (30)
- test (18)
-
to
_ a (6) -
to
_ s (6) - truncate (18)
- utime (18)
- verbose= (12)
-
waiting
_ job? (6) -
waiting
_ jobs (6) -
waiting
_ jobs _ exist? (6)
検索結果
先頭5件
-
Shell
# debug -> bool | Integer (6102.0) -
@todo
@todo -
Shell
# debug=(flag) (6102.0) -
@todo
@todo -
Shell
# debug? -> bool | Integer (6102.0) -
@todo
@todo -
Shell
# glob(pattern) -> Shell :: Filter (6102.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...attern シェルコマンド glob に与えるパターンを指定します。
パターンの書式については、Dir.[] を参照してください。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |f... -
Shell
# grpowned?(file) -> bool (6102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#grpowned?... -
Shell
# setgid?(file) -> bool (6102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#setgid?... -
Shell
. debug -> bool | Integer (6102.0) -
@todo
@todo
デバッグ用フラグを参照します。 -
Shell
. debug=(val) (6102.0) -
デバッグ用のフラグを設定します。
...デバッグ用のフラグを設定します。
@param val bool 値や整数値を指定します。詳細は下記を参照してください。
# debug: true -> normal debug
# debug: 1 -> eval definition debug
# debug: 2 -> detail inspect debug... -
Shell
. debug? -> bool | Integer (6102.0) -
@todo
@todo
デバッグ用フラグを参照します。 -
Shell
. debug _ output _ exclusive _ unlock { . . . } -> Mutex | nil (6102.0) -
@todo
@todo
@see Mutex#exclusive_unlock -
Shell
. debug _ output _ lock -> Mutex (6102.0) -
@todo
@todo
@see Mutex#lock@todo
@see Thread::Mutex#lock -
Shell
. debug _ output _ locked? -> bool (6102.0) -
@todo
@todo
@see Mutex#locked?@todo
@see Thread::Mutex#locked? -
Shell
. debug _ output _ synchronize (6102.0) -
@todo
@todo
@see Mutex#synchronize@todo
@see Thread::Mutex#synchronize -
Shell
. debug _ output _ try _ lock -> bool (6102.0) -
@todo
@todo
@see Mutex#try_lock@todo
@see Thread::Mutex#try_lock -
Shell
. debug _ output _ unlock -> Mutex | nil (6102.0) -
@todo
@todo
@see Mutex#unlock@todo
@see Thread::Mutex#unlock -
Shell
:: CommandProcessor # glob(pattern) -> Shell :: Filter (6101.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...attern シェルコマンド glob に与えるパターンを指定します。
パターンの書式については、Dir.[] を参照してください。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |f... -
Shell
:: CommandProcessor # grpowned?(file) -> bool (6101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#grpowned?... -
Shell
:: CommandProcessor # setgid?(file) -> bool (6101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#setgid?...