From: Ryan Davis Date: 2009-03-04T19:12:55+09:00 Subject: Re: implement "paste" using ruby On Mar 3, 2009, at 20:28 , Oliver wrote: > If I want to do it in Ruby, and number of files is a variable, and > each file itself can be potentially huge ... what would be the most > cost efficient way of implementing this? The most cost efficient way is by not reinventing the wheel: system "paste", *ARGV