in reply to Re^2: I need "Antigrep"
in thread I need "Antigrep"

grep -L c *
or
find . | xargs grep -L c