The du (Disk Usage) command is the best way to see how much space a folder is taking up.
Using du
- Open your terminal.
- Type
du -sh /path/to/folderand press Enter. - The
-sflag gives a single summary total, and-hmakes the size human-readable (like 1.5G instead of bytes).