From: Nobuyoshi Nakada Date: 2008-10-27T18:59:00+09:00 Subject: Re: Join all text files in a folder, with a single line of Ruby code Hi, At Mon, 27 Oct 2008 16:10:31 +0900, Peņa, Botp wrote in [ruby-talk:318654]: > i just tried that nobu, but it gives no output > > :~$ ruby -ep *.txt You needs -p option. ruby -pep *.txt -- Nobu Nakada