Ncdu takes ages to run on my system, its like 500GB+ of storage space, but it takes roughly an hour to finish scanning, probably a bit less, is there any alternative which either constantly monitors my files so it always knows the sizes for me to navigate or is significantly faster than Ncdu?
I learn something new every day. I’ve been running
du -a | sort -rn | head
like some kind of animal.ncdu
runs very fast on my systems and shows me what I want to see. Thanks!