TIL that my `.xsession-errors` file is ~16GB. Thanks, `ncdu`! (I should probably look into this...)
Ncdu – NCurses Disk Usage
41–50 of 168 posts
Re: Ncdu – NCurses Disk Usage
#42Re: Ncdu – NCurses Disk Usage
#43Re: Ncdu – NCurses Disk Usage
#44Re: Ncdu – NCurses Disk Usage
#45Re: Ncdu – NCurses Disk Usage
#46Another tool I've used is jdiskreport[1]. It's a java app with a straightforward GUI. File system scanning is multi-threaded and quite efficient.
Re: Ncdu – NCurses Disk Usage
#47The best tool I've used on Windows for that is "Scanner" by Steffen Gerlach: http://www.steffengerlach.de/freeware/
WizTree is vastly faster than the other options presented here (Scanner, SpaceSniffer, WinDirStat).
Re: Ncdu – NCurses Disk Usage
#48Re: Ncdu – NCurses Disk Usage
#49Interesting. I’ve just used df-m | sort -n and walked the tree from the CLI for so long. I’ve also used windirstat (I think that’s what it was called) years ago on Windows and Disk Inventory X on MacOS graphically. This seems like a nice in between that could replace both methods for me. I’ll have to try. The GUI bunch of squares is really only useful when you can hover with a mouse and would be clunky in a TUI even…
You mean `du` right?