ライブラリ
-
irb
/ cmd / help (12) -
irb
/ cmd / load (36) -
irb
/ cmd / subirb (12) -
irb
/ ext / use-loader (24) -
irb
/ extend-command (36) - mkmf (96)
- optparse (144)
- rake (12)
-
rubygems
/ command (132) -
rubygems
/ command _ manager (48) -
rubygems
/ commands / build _ command (60) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / lock _ command (24) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ commands / update _ command (12) -
rubygems
/ version _ option (12) - shell (66)
-
shell
/ builtin-command (12) -
shell
/ command-processor (408) -
shell
/ filter (96) -
shell
/ process-controller (30) -
shell
/ system-command (90) - un (12)
クラス
-
Gem
:: Command (132) -
Gem
:: CommandManager (48) -
Gem
:: Commands :: BuildCommand (60) -
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: Commands :: LockCommand (24) -
Gem
:: Commands :: UnpackCommand (12) -
Gem
:: Commands :: UpdateCommand (12) -
IRB
:: ExtendCommand :: Help (12) -
IRB
:: ExtendCommand :: Kill (12) -
IRB
:: ExtendCommand :: Load (12) -
IRB
:: ExtendCommand :: Require (12) -
IRB
:: ExtendCommand :: Source (12) - OptionParser (144)
- Shell (66)
-
Shell
:: BuiltInCommand (12) -
Shell
:: CommandProcessor (408) -
Shell
:: Filter (96) -
Shell
:: ProcessController (30) -
Shell
:: SystemCommand (90)
モジュール
- FileUtils (12)
-
Gem
:: VersionOption (12) -
IRB
:: ExtendCommandBundle (60) - Kernel (108)
キーワード
- < (6)
- > (6)
- >> (6)
- [] (30)
- active? (12)
-
add
_ option (12) -
add
_ platform _ option (12) -
add
_ schedule (6) - append (6)
- arguments (12)
- atime (6)
- basename (6)
- begins? (12)
- blockdev? (6)
- cat (18)
-
cc
_ command (12) - chardev? (6)
-
check
_ point (6) - chmod (6)
- chown (6)
-
command
_ processor (6) - complain (12)
- concat (6)
-
cpp
_ command (12) - ctime (6)
- defaults (12)
- defaults= (12)
-
defaults
_ str (12) - delete (6)
- directory? (6)
- dirname (6)
- each (6)
- echo (18)
- executable? (6)
-
executable
_ real? (6) - execute (72)
- exist? (6)
- exists? (6)
- file? (6)
-
find
_ command (12) -
find
_ command _ possibilities (12) -
find
_ system _ command (18) -
finish
_ all _ jobs (6) - flush (6)
- foreach (6)
- ftype (6)
-
get
_ all _ gem _ names (12) -
get
_ one _ optional _ argument (12) -
get
_ path (12) - glob (18)
- grpowned? (6)
- handles? (12)
- help (12)
- identical? (6)
- input= (6)
-
install
_ alias _ method (12) -
irb
_ context (12) -
irb
_ exit (12) -
irb
_ load (12) -
irb
_ require (12) - join (6)
- kill (6)
-
kill
_ job (6) - link (6)
-
link
_ command (12) -
load
_ gemspecs (12) - lstat (6)
- mkdir (6)
- mtime (6)
- name (6)
- notify (18)
- on (144)
- open (6)
- out (18)
- owned? (6)
- pipe? (6)
-
print
_ dependencies (12) - readable? (6)
-
readable
_ real? (6) - readlink (6)
-
register
_ command (12) - rehash (6)
- rename (6)
- rm (6)
- rmdir (6)
- setgid? (6)
- setuid? (6)
- sfork (6)
- sh (12)
-
show
_ help (12) -
show
_ lookup _ failure (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)
-
super
_ each (6) - symlink (6)
- symlink? (6)
- system (18)
- 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 (12)
- utime (6)
- wait? (12)
-
which
_ to _ update (12) -
world
_ readable? (6) -
world
_ writable? (6) - writable? (6)
-
writable
_ real? (6) - xpopen (24)
- xsystem (12)
- yaml? (12)
- zero? (6)
- | (6)
検索結果
先頭5件
-
Gem
:: CommandManager # register _ command(command _ name) -> false (9309.0) -
コマンドを自身に登録します。
...コマンドを自身に登録します。
@param command_name コマンド名をシンボルで指定します。... -
Shell
# command _ processor -> Shell :: CommandProcessor (9302.0) -
@todo
@todo -
Shell
:: ProcessController # add _ schedule(command) -> () (9208.0) -
指定されたコマンドを待機ジョブとして登録します。 ただし、実行中のジョブが存在しない場合は、そのジョブを直ちに実行します。
...指定されたコマンドを待機ジョブとして登録します。
ただし、実行中のジョブが存在しない場合は、そのジョブを直ちに実行します。
@param command コマンドを指定します。... -
Shell
# find _ system _ command(command) (9203.0) -
@todo
@todo -
Shell
:: Filter # find _ system _ command(command) (9203.0) -
@todo
@todo -
Kernel
# cpp _ command(outfile , opt = "") -> String (9202.0) -
実際にプリプロセッサを実行する際に使用するコマンドを返します。
...実際にプリプロセッサを実行する際に使用するコマンドを返します。
@param outfile 出力ファイルの名前を指定します。
@param opt プリプロセッサに与える追加のコマンドライン引数を指定します。
@see RbConfig.expand... -
Shell
:: CommandProcessor # delete(*filename) -> Integer (9201.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.delete... -
Shell
:: CommandProcessor # executable?(file) -> bool (9201.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable?... -
Shell
:: CommandProcessor # executable _ real?(file) -> bool (9201.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#executable_real?... -
Shell
:: CommandProcessor # file?(file) -> bool (9201.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#file?... -
Shell
:: CommandProcessor # readable?(file) -> bool (9201.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#readable?... -
Shell
:: CommandProcessor # readable _ real?(file) -> bool (9201.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#readable_real?... -
Shell
:: CommandProcessor # writable?(file) -> bool (9201.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#writable?... -
Shell
:: CommandProcessor # writable _ real?(file) -> bool (9201.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列を指定します。
@see FileTest.#writable_real?... -
Shell
:: CommandProcessor # glob(pattern) -> Shell :: Filter (9119.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...Filter オブジェクトを返します.
@param pattern シェルコマンド glob に与えるパターンを指定します。
パターンの書式については、Dir.[] を参照してください。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.n......ew
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(file).each { |l|
echo(l) | tee(file + ".tee") >> "all.tee"
}
}
}
@see Dir.[]... -
Gem
:: Command # defaults _ str -> String (9107.0) -
このメソッドはサブクラスで再定義されます。 コマンドのオプションで使用するデフォルト値を表示するために使用する文字列を返します。
...このメソッドはサブクラスで再定義されます。
コマンドのオプションで使用するデフォルト値を表示するために使用する文字列を返します。
@see Gem::Command#arguments...