I think you simply miss --ignore-case in second grep (first grep find it
but dont convert the case so the second can't find the pattern)
Try add -i to the second grep.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- oddity with find -exec grep -i Chris Evans
- Re: oddity with find -exec grep -i Thomas Adam
- Mirek Stefanski