/ Published in: Bash
Lists file sizes and locations on hard drive
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
du -akx / | sort -nr | head -n 50