> find . -type f -exec grep 'foo' {} /dev/null \; > Also, since grep is only spawned with one filename, it will not >(iirc) issue the names of matching files in addition to the matching >line itself. /dev/null is the second file