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