From: Jeffrey Schwab Date: 2006-02-11T09:38:34+09:00 Subject: Re: Grep via Ruby ralf wrote: > I meant the command-line tool. I thought, that 'grep' should get the > 'ignore-case' flag by the pattern like in ruby/perl and didn't thaught > about the command-line options. :(( > Sorry for this so-damn-simple question. Try: grep -i And of course, see the manual page: man grep