this post was submitted on 19 Jun 2023
12 points (100.0% liked)
Arch Linux
8945 readers
5 users here now
The beloved lightweight distro
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
duc, aur: it indexes file sizes of all your files and lets you browse it with a ncurses ui, for me that lives in the terminal this is a very handy tool for finding where all my disk space went.
What are the pros/cons of duc vs gdu or ncdu?
honestly I haven't tried either of these and a cursory glance on github seems its similar, duc is definitely a step up from just
du -csh *
is all I can tell you.