24件ヒット
[1-24件を表示]
(0.013秒)
別のキーワード
種類
- インスタンスメソッド (18)
- 特異メソッド (6)
ライブラリ
- shell (6)
-
shell
/ builtin-command (6) -
shell
/ command-processor (6) -
shell
/ filter (6)
クラス
- Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Echo (6) -
Shell
:: Filter (6)
検索結果
先頭4件
-
Shell
# echo(*strings) -> Shell :: Filter (18220.0) -
実行すると, それらを内容とする 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(file).each { |l|
echo(l) | tee(fi... -
Shell
:: CommandProcessor # echo(*strings) -> Shell :: Filter (18220.0) -
実行すると, それらを内容とする 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(file).each { |l|
echo(l) | tee(fi... -
Shell
:: Filter # echo(*strings) -> Shell :: Filter (18220.0) -
実行すると, それらを内容とする 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(file).each { |l|
echo(l) | tee(fi... -
Shell
:: Echo . new(sh , *strings) (3101.0) -
@todo
@todo