るりまサーチ

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

別のキーワード

  1. _builtin slice!
  2. _builtin reject!
  3. _builtin select!
  4. string slice!
  5. string gsub!

ライブラリ

クラス

モジュール

キーワード

検索結果

<< < ... 18 19 20 >>

Shell::Filter#tee(file) -> Shell::Filter (13.0)

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

...ェクトを返します.

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

動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(file).each {...
<< < ... 18 19 20 >>