How to see exactly which subfolders are the "space hogs" inside a specific directory in WSL

 If you want to navigate through your folders and delete things on the fly, ncdu is the gold standard for WSL users. It feels like a simplified, terminal version of WizTree.


Install it: 


sudo apt update && sudo apt install ncdu


Run it on your suspect folder:


ncdu /path/to/your/folder




You can see the space of each folder like this.

Comments

Popular posts from this blog

How to build MCP Server and use MCP Inspector in Node

How to install ngrok in wsl for activepieces