Not that I've ever needed to use grep before but I'm wondering if it is broken in 6.0A.
I have about 900 files of various types in a directory. I want to find one specific word and I know it is in there somewhere. I open Konsole and type:
mememe@2[~]$ grep -i thisstring /home/mememe/dir/*.*
All that happens is that the cursor returns to the prompt string with no output. From the
man pages I think it is right but I don't know. I apt-get agrep too but it doesn't do any better.
Can anyone see what I'm doing wrong and help me out? Thanks.