1500件ヒット
[1-100件を表示]
(0.149秒)
ライブラリ
- etc (12)
- shell (366)
-
shell
/ builtin-command (54) -
shell
/ command-processor (408) -
shell
/ filter (468) -
shell
/ process-controller (90) -
shell
/ system-command (66) - shellwords (36)
クラス
- Array (12)
-
Etc
:: Passwd (12) - Shell (366)
-
Shell
:: AppendFile (6) -
Shell
:: AppendIO (6) -
Shell
:: BuiltInCommand (6) -
Shell
:: Cat (6) -
Shell
:: CommandProcessor (408) -
Shell
:: Concat (6) -
Shell
:: Echo (6) -
Shell
:: Filter (468) -
Shell
:: Glob (6) -
Shell
:: ProcessController (90) -
Shell
:: SystemCommand (66) -
Shell
:: Tee (6) -
Shell
:: Void (6) - String (24)
キーワード
- + (6)
- < (6)
- > (6)
- >> (6)
- [] (18)
- active? (6)
-
active
_ job? (6) -
active
_ jobs (6) -
active
_ jobs _ exist? (6) -
add
_ schedule (6) - append (18)
- atime (12)
- basename (18)
- blockdev? (12)
- cat (18)
- chardev? (18)
- chdir (6)
-
check
_ point (12) - chmod (18)
- chown (18)
- command (6)
-
command
_ processor (6) - concat (12)
- ctime (12)
- cwd (6)
- debug (6)
- debug? (6)
- delete (18)
- dir (6)
-
dir
_ stack (6) - directory? (18)
- dirname (18)
- dirs (6)
- each (48)
- echo (18)
- executable? (12)
-
executable
_ real? (18) - exist? (12)
- exists? (12)
- file? (12)
-
find
_ system _ command (12) -
finish
_ all _ jobs (12) - foreach (18)
- ftype (18)
- getwd (6)
- glob (18)
- grpowned? (18)
- identical? (12)
- input (6)
- input= (18)
- inspect (6)
- jobs (12)
-
jobs
_ exist? (6) - join (18)
- kill (12)
-
kill
_ job (6) - link (12)
- lstat (12)
- mkdir (18)
- mtime (12)
- name (6)
- notify (24)
- open (18)
- out (12)
- owned? (12)
- pipe? (12)
- popdir (6)
-
process
_ controller (6) - pushdir (6)
- pwd (6)
- readable? (18)
-
readable
_ real? (18) - readlink (18)
-
record
_ separator (6) -
record
_ separator= (6) - rehash (18)
- rename (18)
- rm (18)
- rmdir (18)
- setgid? (12)
- setuid? (12)
- sfork (6)
- shellescape (12)
- shelljoin (12)
- shellsplit (12)
- size (18)
- size? (18)
- socket? (12)
- split (18)
- start (6)
-
start
_ export (6) -
start
_ import (6) -
start
_ job (6) - stat (12)
- sticky? (12)
-
super
_ each (6) - symlink (12)
- symlink? (12)
- system (12)
-
system
_ path (6) - tee (18)
- terminate (6)
-
terminate
_ job (6) - test (18)
-
to
_ a (6) -
to
_ s (6) - transact (18)
- truncate (18)
- unlink (12)
- utime (18)
- verbose (6)
- verbose= (6)
- verbose? (6)
-
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
# process _ controller -> Shell :: ProcessController (29502.0) -
@todo
@todo -
Shell
# readable _ real?(file) -> bool (29201.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#readable_real?... -
Shell
:: ProcessController # shell -> Shell (27203.0) -
@todo
@todo -
Shell
# command _ processor -> Shell :: CommandProcessor (23302.0) -
@todo
@todo -
Shell
# transact { . . . } -> object (23135.0) -
ブロック中で shell を self として実行します。
...ブロック中で shell を self として実行します。
例:
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact{
system("ls", "-l") | head > STDOUT
# transact の中では、
# sh.system("ls", "-l") | sh.head > STDOUT と同じとなる。
}... -
Shell
# foreach(path = nil , &block) -> () (23119.0) -
pathがファイルなら, File#foreach pathがディレクトリなら, Dir#foreach の動作をします。
...ァイルなら, File#foreach
pathがディレクトリなら, Dir#foreach
の動作をします。
@param path ファイルもしくはディレクトリのパスを文字列で指定します。
使用例
require 'shell'
Shell.verbose = false
sh = Shell.new
sh.foreach("/tmp"){|f|
put... -
Shell
# mkdir(*path) -> Array (23119.0) -
Dir.mkdirと同じです。 (複数可)
...Dir.mkdirと同じです。 (複数可)
@param path 作成するディレクトリ名を文字列で指定します。
@return 作成するディレクトリの一覧の配列を返します。
使用例
require 'shell'
Shell.verbose = false
sh = Shell.new
begin
p sh.mkdir("foo") #=>......["foo"]
rescue => err
puts err
end... -
Shell
# chardev?(file) -> bool (23101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#chardev?... -
Shell
# dir _ stack -> [String] (23101.0) -
@todo
@todo -
Shell
# directory?(file) -> bool (23101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory?... -
Shell
# dirname(filename) -> String (23101.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.dirname... -
Shell
# dirs -> [String] (23101.0) -
@todo
@todo -
Shell
# executable _ real?(file) -> bool (23101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Shell
# grpowned?(file) -> bool (23101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#grpowned?... -
Shell
# readable?(file) -> bool (23101.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#readable?... -
Shell
# readlink(path) -> String (23101.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param path シンボリックリンクを表す文字列を指定します。
@see File.readlink... -
Shell
# record _ separator -> String (23101.0) -
@todo
@todo