sort

sort -n -k5 name
find . -type f -name "*.rpm" -exec /bin/ls -la -h {} \; | sort -h -k 5 -t" "