From: Edwin van Leeuwen Date: 2006-02-07T23:14:17+09:00 Subject: Re: Grep via Ruby ralf wrote: > Hi, > I'd like to have a "grep" with case-insensitive match. normal grep does > not have this functionality (afaik), but ruby does. So this is, what i Grep does have this functionality with the i switch. grep -i That being said it is ofcourse always fun to write your own script for this :) -- Posted via http://www.ruby-forum.com/.