300件ヒット
[101-200件を表示]
(0.029秒)
別のキーワード
クラス
- Array (12)
- Shell (72)
-
Shell
:: CommandProcessor (54) -
Shell
:: Filter (54) -
Shell
:: ProcessController (18) -
Shell
:: SystemCommand (90)
キーワード
- active? (6)
-
active
_ jobs (6) - command (6)
- directory? (18)
- each (6)
-
find
_ system _ command (18) - flush (6)
- ftype (18)
- input= (6)
- jobs (12)
- kill (6)
- mkdir (18)
- name (6)
- notify (30)
- shelljoin (12)
- start (6)
-
start
_ export (6) -
start
_ import (6) - sticky? (18)
-
super
_ each (6) - symlink (18)
- symlink? (18)
- system (18)
-
system
_ path (6) -
system
_ path= (6) - terminate (6)
- wait? (6)
-
waiting
_ jobs (6)
検索結果
先頭5件
-
Shell
:: CommandProcessor # sticky?(file) -> bool (6102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#sticky?... -
Shell
:: CommandProcessor # symlink(old , new) -> 0 (6102.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param old ファイル名を表す文字列を指定します。
@param new シンボリックリンクを表す文字列を指定します。
@see File.symlink... -
Shell
:: CommandProcessor # symlink?(file) -> bool (6102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#symlink?... -
Shell
:: Filter # directory?(file) -> bool (6102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory?... -
Shell
:: Filter # find _ system _ command(command) (6102.0) -
@todo
@todo -
Shell
:: Filter # ftype(filename) -> String (6102.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.ftype... -
Shell
:: Filter # notify(*opts) { . . . } -> () (6102.0) -
@todo
@todo -
Shell
:: Filter # sticky?(file) -> bool (6102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#sticky?... -
Shell
:: Filter # symlink(old , new) -> 0 (6102.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param old ファイル名を表す文字列を指定します。
@param new シンボリックリンクを表す文字列を指定します。
@see File.symlink... -
Shell
:: Filter # symlink?(file) -> bool (6102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#symlink?... -
Shell
:: SystemCommand # notify(*opts) -> String (6102.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (6102.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Array
# shelljoin -> String (3002.0) -
配列の各要素である文字列に対して、Bourne シェルのコマンドライン中で安全に 使えるためのエスケープを適用し、空白文字を介してそれらを連結したコマンド ライン文字列を生成します。
...スケープを適用し、空白文字を介してそれらを連結したコマンド
ライン文字列を生成します。
array.shelljoin は、Shellwords.shelljoin(array) と等価です。
@return エスケープ結果を連結した文字列を返します。
@see Shellwords.#shelljoin... -
Shell
:: SystemCommand # active? -> bool (3002.0) -
@todo
@todo -
Shell
:: SystemCommand # command -> String (3002.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand # each(rs = nil) {|line| . . . } (3002.0) -
@todo
@todo
@param rs -
Shell
:: SystemCommand # flush -> () (3002.0) -
@todo
@todo