576件ヒット
[501-576件を表示]
(0.075秒)
別のキーワード
ライブラリ
- etc (12)
- shell (198)
-
shell
/ builtin-command (6) -
shell
/ command-processor (126) -
shell
/ filter (138) -
shell
/ process-controller (30) -
shell
/ system-command (30) - shellwords (36)
クラス
- Array (12)
-
Etc
:: Passwd (12) - Shell (198)
-
Shell
:: CommandProcessor (126) -
Shell
:: Filter (138) -
Shell
:: Glob (6) -
Shell
:: ProcessController (30) -
Shell
:: SystemCommand (30) - String (24)
キーワード
- [] (18)
- basename (18)
- chmod (18)
- chown (18)
- command (6)
- cwd (6)
- debug (6)
- debug= (6)
- debug? (6)
- delete (18)
- dir (6)
-
dir
_ stack (6) - dirname (18)
- dirs (6)
- each (6)
- echo (18)
- ftype (18)
- getwd (6)
- glob (18)
- grpowned? (18)
- inspect (6)
- join (18)
- kill (12)
-
kill
_ job (6) - name (6)
- notify (12)
- pwd (6)
- readlink (18)
-
record
_ separator (6) - rm (18)
- setgid? (18)
- sfork (6)
- shellescape (12)
- shelljoin (12)
- shellsplit (12)
- size (18)
- size? (18)
- split (18)
- test (18)
-
to
_ a (6) -
to
_ s (6) - truncate (18)
- utime (18)
- verbose= (6)
-
waiting
_ job? (6) -
waiting
_ jobs (6) -
waiting
_ jobs _ exist? (6)
検索結果
先頭5件
-
Shell
:: Filter # join(*item) -> String (3101.0) -
File クラスにある同名のクラスメソッドと同じです.
File クラスにある同名のクラスメソッドと同じです.
@param item 連結したいディレクトリ名やファイル名を文字列で与えます。
@see File.join -
Shell
:: Filter # readlink(path) -> String (3101.0) -
File クラスにある同名のクラスメソッドと同じです.
File クラスにある同名のクラスメソッドと同じです.
@param path シンボリックリンクを表す文字列を指定します。
@see File.readlink -
Shell
:: Filter # rm(*filename) -> Integer (3101.0) -
File クラスにある同名のクラスメソッドと同じです.
File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.delete -
Shell
:: Filter # size(file) -> Integer (3101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#size FileTest.#size? -
Shell
:: Filter # size?(file) -> Integer | nil (3101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#size FileTest.#size? -
Shell
:: Filter # split(pathname) -> [String] (3101.0) -
File クラスにある同名のクラスメソッドと同じです.
File クラスにある同名のクラスメソッドと同じです.
@param pathname パス名を表す文字列を指定します。
@see File.split -
Shell
:: Filter # truncate(path , length) -> 0 (3101.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param path パスを表す文字列を指定します。
@param length 変更したいサイズを整数で与えます。
@see File.truncate... -
Shell
:: Filter # utime(atime , mtime , *filename) -> Integer (3101.0) -
File クラスにある同名のクラスメソッドと同じです.
File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@param atime 最終アクセス時刻を Time か、起算時からの経過秒数を数値で指定します。
@param utime 更新時刻を Time か、起算時からの経過秒数を数値で指定します。
@see File.utime -
Shell
:: ProcessController # kill _ job(signal , command) -> Integer (3101.0) -
指定されたコマンドにシグナルを送ります。
...指定されたコマンドにシグナルを送ります。
@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセ... -
Shell
:: ProcessController # sfork(command) { . . . } -> [Integer , IO , IO] (3101.0) -
シンプルな fork です。
シンプルな fork です。
@param command コマンドを指定します。
@return [PID, 入力用 IO, 出力用 IO] からなる配列を返します。 -
Shell
:: SystemCommand # command -> String (3101.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand # kill(signal) -> Integer (3101.0) -
自身のプロセスにシグナルを送ります。
...自身のプロセスにシグナルを送ります。
@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグ... -
Shell
:: SystemCommand # name -> String (3101.0) -
@todo
@todo
コマンド名を返します。