Can Ruby do that on the command line? --Don On Sat, Aug 24, 2013 at 4:24 PM, Josh <leapole at gmail.com> wrote: > Hey, I need to do that in ruby so i can dump my unix2dos > > Good Call Don. > > Josh > > > On Sat, Aug 24, 2013 at 12:51 PM, Don Ellis <don.ellis at gmail.com> wrote: >> >> >> perl -p -i.bak -e "s/foo/bar/; ... " >> >>