Mac OS X,  Mac OS X Server,  Mac Security

Finding All the Executables in Mac OS X

A quick command that can be used to final all executables on a Mac OS X Tiger computer:

find -type f -perm +111 -exec file {} ; | cut -d : -f 2 | grep -i executable

There’s also always apropos if you’re looking for something specific:

apropos man