The 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).
Ncdu – NCurses Disk Usage
101–110 of 168 posts
Re: Ncdu – NCurses Disk Usage
#102 find / -type f -mtime +200 -exec rm -f {} \;Re: Ncdu – NCurses Disk Usage
#103I don't really see the point of a gfx ui for this. I just live on the edge: find / -type f -mtime +200 -exec rm -f {} \;
du -hs * | sort -hRe: Ncdu – NCurses Disk Usage
#104Re: Ncdu – NCurses Disk Usage
#105Broadly, is anyone aware of a generalized list of "new versions of classic tools?" There are so many now that are better than the old stuff; I almost feel like a unified round up of these, maybe even in a distro form, might be good for linux enthusiasts, newcomers, old-timers, etc.
I like iotop. Pretty much exactly what it sounds like - a top-like program for I/O operations. It's also just an apt/yum/dnf install away on most distros.
There's also more detailed CPU usage you can turn on, including I/O wait.
Use it, it's great.
Re: Ncdu – NCurses Disk Usage
#106Re: Ncdu – NCurses Disk Usage
#107While ncdu does the job I've found gdu (similar tool written in Go) significantly faster for larger directories. https://github.com/dundee/gdu
Someone's gotta write rdu.
Re: Ncdu – NCurses Disk Usage
#108Re: Ncdu – NCurses Disk Usage
#109Earlier quoted context omitted.
I find myself using WinDirStat on Windows systems, but often use ncdu in WSL.
On Windows, you should switch to WizTree. Rather than recursively calling directory listing functions, it directly reads and parses the file tables itself. This makes it orders of magnitude faster. I have a 2 TB hard drive full of a million files, and WizTree reads and parses it all in under a minute, whereas I can expect WinDirStat to take half an hour. On an SSD, WizTree only takes a couple seconds.
Re: Ncdu – NCurses Disk Usage
#110Broadly, is anyone aware of a generalized list of "new versions of classic tools?" There are so many now that are better than the old stuff; I almost feel like a unified round up of these, maybe even in a distro form, might be good for linux enthusiasts, newcomers, old-timers, etc.
Not exactly what you had in mind but might still be interesting.
[0] https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-l...