/ Published in: Bash
Lists file sizes and locations on hard drive
Expand |
Embed | Plain Text
du -akx / | sort -nr | head -n 50
You need to login to post a comment.
Lists file sizes and locations on hard drive
du -akx / | sort -nr | head -n 50
You need to login to post a comment.