1326件ヒット
[1-100件を表示]
(0.192秒)
ライブラリ
- etc (12)
- shell (288)
-
shell
/ builtin-command (42) -
shell
/ command-processor (324) -
shell
/ filter (468) -
shell
/ process-controller (90) -
shell
/ system-command (66) - shellwords (36)
クラス
- Array (12)
-
Etc
:: Passwd (12) - Shell (288)
-
Shell
:: AppendFile (6) -
Shell
:: AppendIO (6) -
Shell
:: BuiltInCommand (6) -
Shell
:: Cat (6) -
Shell
:: CommandProcessor (324) -
Shell
:: Concat (6) -
Shell
:: Echo (6) -
Shell
:: Filter (468) -
Shell
:: ProcessController (90) -
Shell
:: SystemCommand (66) -
Shell
:: Tee (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? (6)
- cat (18)
- chardev? (6)
- chdir (6)
-
check
_ point (12) - chmod (18)
- chown (18)
- command (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 (36)
- echo (18)
- executable? (12)
-
executable
_ real? (18) - exist? (12)
- exists? (12)
- file? (6)
-
find
_ system _ command (12) -
finish
_ all _ jobs (12) - foreach (18)
- ftype (18)
- getwd (6)
- glob (18)
- grpowned? (6)
- identical? (12)
- input (6)
- input= (18)
- inspect (6)
- jobs (6)
-
jobs
_ exist? (6) - join (18)
- kill (12)
-
kill
_ job (6) - link (6)
- lstat (12)
- mkdir (18)
- mtime (12)
- name (6)
- notify (24)
- open (18)
- out (12)
- owned? (6)
- pipe? (6)
-
process
_ controller (6) - pushdir (6)
- pwd (6)
- readable? (6)
-
readable
_ real? (6) - readlink (18)
-
record
_ separator (6) -
record
_ separator= (6) - rehash (6)
- 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 (6)
- symlink? (6)
- 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)
-
wait
_ all _ jobs _ execution (6) -
waiting
_ job? (6) -
waiting
_ jobs (6) -
waiting
_ jobs _ exist? (6) -
world
_ readable? (6) -
world
_ writable? (18) - writable? (18)
-
writable
_ real? (18) - zero? (6)
- | (6)
検索結果
先頭5件
-
Shell
# process _ controller -> Shell :: ProcessController (35702.0) -
@todo
...@todo... -
Shell
:: ProcessController # shell -> Shell (30203.0) -
@todo
...@todo... -
Shell
# transact { . . . } -> object (29235.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
# dir _ stack -> [String] (29201.0) -
@todo
...@todo... -
Shell
# directory?(file) -> bool (29201.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory?... -
Shell
# executable _ real?(file) -> bool (29201.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Shell
# record _ separator -> String (29201.0) -
@todo
...@todo... -
Shell
# record _ separator=(rs) (29201.0) -
@todo
...@todo... -
Shell
# truncate(path , length) -> 0 (29201.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param path パスを表す文字列を指定します。
@param length 変更したいサイズを整数で与えます。
@see File.truncate... -
Shell
# world _ writable? (29201.0) -
@todo
...@todo... -
Shell
# writable?(file) -> bool (29201.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#writable?... -
Shell
# writable _ real?(file) -> bool (29201.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#writable_real?... -
Shell
# dirs -> [String] (26201.0) -
@todo
...@todo... -
Shell
:: SystemCommand # terminate -> () (24301.0) -
@todo
...@todo... -
Shell
# tee(file) -> Shell :: Filter (23420.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...lter オブジェクトを返します.
@param file シェルコマンドtee に与えるファイル名を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat......(file).each { |l|
echo(l) | tee(file + ".tee") >> "all.tee"
}
}
}... -
Shell
# utime(atime , mtime , *filename) -> Integer (23401.0) -
File クラスにある同名のクラスメソッドと同じです.
...param filename ファイル名を表す文字列を指定します。
@param atime 最終アクセス時刻を Time か、起算時からの経過秒数を数値で指定します。
@param utime 更新時刻を Time か、起算時からの経過秒数を数値で指定します。
@see File.uti... -
Shell
# cat(*files) -> Shell :: Filter (23320.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...を内容とする Filter オブジェクトを返します.
@param files シェルコマンド cat に与えるファイル名を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|......file.chomp!
cat(file).each { |l|
echo(l) | tee(file + ".tee") >> "all.tee"
}
}
}...