For FreeBSD/Macos:
find /path/to/ -type f ... -exec stat -f '%B %N' {} \; | sort -nr | awk '{print $2}'