/ Published in: Bash
If you only want to show directories, replace "-type f" with "-type d".
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -type f -exec du -sk {} \; | sort -nr