From: Todd Benson Date: 2007-05-24T01:40:10+09:00 Subject: Re: Regexp challenge On 5/23/07, Casimir Pohjanraito wrote: > Just out of curiosity, for fun: > > Whats the rubyest ruby program you can code for opening a directory of > files and replacing a particular string in all files (if found) with > another string? > > Lets suppose that all files in directory are text and the string to search > for is "target", and replace string is "practice". > > Csmr > > You go first.