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?

  • Antithetical
    link
    fedilink
    English
    24 hours ago

    For when you dont need a GUI you can walk the tree from a CLI:

    du --max-depth=1 | sort -g
    
    • @jawa21OP
      link
      English
      14 hours ago

      Thanks. In this instance, though, I would find a GUI very helpful to quickly spot the offending directories.