Despite having an external drive where I try to install all software that isn’t related to the OS, I have somehow found my SSD 70% full. Is there a tool out there that will let me see used storage with a tree-loke GUI that will let me sort by file size?
You must log in or register to comment.
deleted by creator
For when you dont need a GUI you can walk the tree from a CLI:
du --max-depth=1 | sort -g
deleted by creator
ncdu
is a great tool for this