[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: oddity with find -exec grep -i



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.



Reply to: