From: Nobuyoshi Nakada Date: 2008-10-27T15:39:01+09:00 Subject: Re: Join all text files in a folder, with a single line of Ruby code Hi, At Mon, 27 Oct 2008 14:43:58 +0900, Joel VanderWerf wrote in [ruby-talk:318648]: > Ah, you're right. I tried > > ruby -pe'' * > > but that failed. With the extra space it works. I often use -ep to get rid of quotes and "unused literal" warning. -- Nobu Nakada