But more often than not, my find . -type f -print is more properly typed as find . -name "*.java" -print or something similar. So find . (something) just naturally comes out.

Truth is, I'd forgotten about grep -rl what_im_looking_for *.

*sheepish grin*