るりまサーチ

最速Rubyリファレンスマニュアル検索!
18件ヒット [1-18件を表示] (0.012秒)

別のキーワード

  1. etc sc_mapped_files
  2. mkmf install_files
  3. cgi files
  4. options files
  5. cgi/core files

検索結果

Shell#cat(*files) -> Shell::Filter (109.0)

実行すると, それらを内容とする Filter オブジェクトを返します.

...内容とする Filter オブジェクトを返します.

@param files シェルコマンド cat に与えるファイル名を文字列で指定します。

動作例
require 'shell'
Shell
.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
f...

Shell::CommandProcessor#cat(*files) -> Shell::Filter (108.0)

実行すると, それらを内容とする Filter オブジェクトを返します.

...内容とする Filter オブジェクトを返します.

@param files シェルコマンド cat に与えるファイル名を文字列で指定します。

動作例
require 'shell'
Shell
.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
f...

Shell::Filter#cat(*files) -> Shell::Filter (108.0)

実行すると, それらを内容とする Filter オブジェクトを返します.

...内容とする Filter オブジェクトを返します.

@param files シェルコマンド cat に与えるファイル名を文字列で指定します。

動作例
require 'shell'
Shell
.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
f...