find . -type d -a -print | sort | sed -e 's/.*/echo & ; ls -l &/' | sh
