Sort Files by size recursively in a folder

for max osx finder

  1. open terminal
  2. go to the root of the folder you want to check
  3. find . -type f -print0 | xargs -0 ls -l | sort -k5,5rn

ref: https://superuser.com/questions/39616/sort-all-files-any-depth-within-a-folder-by-size