24件ヒット
[1-24件を表示]
(0.125秒)
ライブラリ
- shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (12)
クラス
- Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (12)
検索結果
先頭4件
-
Shell
:: Filter # to _ a -> [String] (21227.0) -
実行結果を文字列の配列で返します。
...実行結果を文字列の配列で返します。
require 'shell'
Shell.def_system_command("wc")
sh = Shell.new
puts sh.cat("/etc/passwd").to_a... -
Shell
# echo(*strings) -> Shell :: Filter (17226.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...lter オブジェクトを返します.
@param strings シェルコマンド echo に与える引数を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(fil... -
Shell
:: CommandProcessor # echo(*strings) -> Shell :: Filter (3226.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...lter オブジェクトを返します.
@param strings シェルコマンド echo に与える引数を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(fil... -
Shell
:: Filter # echo(*strings) -> Shell :: Filter (3226.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...lter オブジェクトを返します.
@param strings シェルコマンド echo に与える引数を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(fil...