Another cool post of tips.
When I get time, I'll compare ncdu to old faithful (it gets written on the last page of every notebook I have)
# Show the top 5 largest files in a directory.
du -a . | sort -n -r | head -n 5
Another cool post of tips.
When I get time, I'll compare ncdu to old faithful (it gets written on the last page of every notebook I have)
# Show the top 5 largest files in a directory.
du -a . | sort -n -r | head -n 5