1620件ヒット
[1601-1620件を表示]
(0.104秒)
ライブラリ
-
drb
/ extservm (12) -
irb
/ cmd / chws (24) -
irb
/ cmd / help (12) -
irb
/ cmd / load (36) -
irb
/ cmd / nop (24) -
irb
/ cmd / pushws (36) -
irb
/ cmd / subirb (48) -
irb
/ ext / use-loader (24) -
irb
/ extend-command (36) - mkmf (84)
-
net
/ imap (12) - optparse (144)
- rake (12)
-
rake
/ packagetask (48) -
rubygems
/ command (252) -
rubygems
/ command _ manager (24) -
rubygems
/ commands / build _ command (36) -
rubygems
/ commands / dependency _ command (48) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ commands / update _ command (24) -
rubygems
/ commands / which _ command (24) -
rubygems
/ version _ option (24) - shell (60)
-
shell
/ builtin-command (12) -
shell
/ command-processor (324) -
shell
/ filter (96) -
shell
/ process-controller (30) -
shell
/ system-command (90)
クラス
-
DRb
:: ExtServManager (12) -
Gem
:: Command (252) -
Gem
:: CommandManager (24) -
Gem
:: Commands :: BuildCommand (36) -
Gem
:: Commands :: DependencyCommand (48) -
Gem
:: Commands :: LockCommand (12) -
Gem
:: Commands :: UnpackCommand (12) -
Gem
:: Commands :: UpdateCommand (24) -
Gem
:: Commands :: WhichCommand (24) -
IRB
:: ExtendCommand :: ChangeWorkspace (12) -
IRB
:: ExtendCommand :: CurrentWorkingWorkspace (12) -
IRB
:: ExtendCommand :: Foreground (12) -
IRB
:: ExtendCommand :: Help (12) -
IRB
:: ExtendCommand :: IrbCommand (12) -
IRB
:: ExtendCommand :: Jobs (12) -
IRB
:: ExtendCommand :: Kill (12) -
IRB
:: ExtendCommand :: Load (12) -
IRB
:: ExtendCommand :: Nop (24) -
IRB
:: ExtendCommand :: PopWorkspace (12) -
IRB
:: ExtendCommand :: PushWorkspace (12) -
IRB
:: ExtendCommand :: Require (12) -
IRB
:: ExtendCommand :: Source (12) -
IRB
:: ExtendCommand :: Workspaces (12) -
Net
:: IMAP :: FetchData (12) - OptionParser (144)
-
Rake
:: PackageTask (48) - Shell (60)
-
Shell
:: BuiltInCommand (12) -
Shell
:: CommandProcessor (324) -
Shell
:: Filter (96) -
Shell
:: ProcessController (30) -
Shell
:: SystemCommand (90)
モジュール
- FileUtils (12)
-
Gem
:: VersionOption (24) -
IRB
:: ExtendCommandBundle (60) - Kernel (84)
キーワード
- < (6)
- > (6)
- >> (6)
- [] (18)
- active? (12)
-
add
_ extra _ args (12) -
add
_ option (12) -
add
_ platform _ option (12) -
add
_ schedule (6) -
add
_ version _ option (12) - append (6)
- arguments (36)
- atime (6)
- attr (12)
- basename (6)
- begins? (12)
- cat (18)
-
cc
_ command (12) -
check
_ point (6) - chmod (6)
- chown (6)
- concat (6)
-
cpp
_ command (12) - ctime (6)
- defaults (12)
- defaults= (12)
-
defaults
_ str (12) - delete (6)
- description (12)
- directory? (6)
- dirname (6)
-
do
_ rubygems _ update (12) - each (6)
- echo (18)
- executable? (6)
-
executable
_ real? (6) - execute (204)
- exist? (6)
- exists? (6)
-
find
_ command _ possibilities (12) -
find
_ paths (12) -
find
_ system _ command (18) -
finish
_ all _ jobs (6) - flush (6)
- foreach (6)
- ftype (6)
-
gem
_ paths (12) -
get
_ all _ gem _ names (12) -
get
_ one _ gem _ name (12) -
get
_ one _ optional _ argument (12) -
get
_ path (12) - glob (18)
- identical? (6)
- input= (6)
-
install
_ alias _ method (12) -
irb
_ context (24) -
irb
_ exit (12) -
irb
_ load (12) -
irb
_ require (12) - join (6)
- kill (6)
-
kill
_ job (6) -
link
_ command (12) - lstat (6)
- mkdir (6)
- mtime (6)
- name (6)
- notify (18)
- on (144)
- open (6)
- out (18)
-
print
_ dependencies (12) -
program
_ name (12) - readlink (6)
-
register
_ command (12) -
remove
_ option (12) - rename (6)
- rm (6)
- rmdir (6)
- service (12)
- setgid? (6)
- setuid? (6)
- sfork (6)
- sh (12)
- size (6)
- size? (6)
- socket? (6)
-
spec
_ path (12) - split (6)
- start (6)
-
start
_ export (6) -
start
_ import (6) -
start
_ job (6) - stat (6)
- sticky? (6)
- summary (12)
- summary= (12)
-
super
_ each (6) - system (18)
-
tar
_ command (12) -
tar
_ command= (12) - tee (18)
- terminate (6)
-
terminate
_ job (6) - test (18)
-
to
_ a (6) -
to
_ s (6) - transact (18)
- truncate (6)
-
try
_ do (24) - unlink (6)
- usage (36)
- utime (6)
- wait? (12)
-
which
_ to _ update (12) -
world
_ writable? (6) - writable? (6)
-
writable
_ real? (6) - xpopen (12)
- xsystem (12)
-
zip
_ command (12) -
zip
_ command= (12) - | (6)
検索結果
先頭4件
-
Kernel
# xpopen(command , *mode) { . . . } -> object (225.0) -
command を表示してから IO.popen の実行します。
...
command を表示してから IO.popen の実行します。
@param command コマンド名を指定します。
@param mode オープンする IO ポートのモードを指定します。mode の詳細は Kernel.#open 参照して下さい。
@see IO.popen... -
Shell
# [](command , file1 , file2 = nil) -> bool | Time | Integer | nil (209.0) -
Kernel.#test や FileTest のメソッドに処理を委譲します。
...Kernel.#test や FileTest のメソッドに処理を委譲します。
@param command 数値、またはサイズが 1 の文字列の場合は Kernel.#test に処理委譲します。
2 文字以上の文字列の場合は FileTest のメソッドとして実行します。
@para......ell'
Shell.verbose = false
sh = Shell.new
begin
sh.mkdir("foo")
rescue
end
p sh[?e, "foo"] # => true
p sh[:e, "foo"] # => true
p sh["e", "foo"] # => true
p sh[:exists?, "foo"] # => true
p sh["exists?", "foo"] # => true
@see Kernel.#test, FileTest... -
Shell
# echo(*strings) -> Shell :: Filter (107.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...Filter オブジェクトを返します.
@param strings シェルコマンド echo に与える引数を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(f......ile).each { |l|
echo(l) | tee(file + ".tee") >> "all.tee"
}
}
}... -
Shell
# glob(pattern) -> Shell :: Filter (107.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...とする Filter オブジェクトを返します.
@param pattern シェルコマンド glob に与えるパターンを指定します。
パターンの書式については、Dir.[] を参照してください。
動作例
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"
}
}
}
@see Dir.[]...