3

Tip #87  

Perform a recursive grep of the Solaris /etc directory, bypassing those nasty sockets Sun keeps in there:
grep foobar `find /etc/* -type f -print`