I am a heavy command line user and use the find command extensively in my build system scripts. However on Mac OS X when I am not concentrating I often get output l
find
Install GNU find instead.
$ brew install findutils $ alias find=gfind
Yay, it works!