Find Top 10 Space Hogging Files (Directories) in Linux or Unix 🔍
du -hsx * | sort -rh | head -10
See https://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem/ for more info.
Find Top 10 Space Hogging Files (Directories) in Linux or Unix 🔍
du -hsx * | sort -rh | head -10
See https://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem/ for more info.
@nixCraft as a linux noob this is great to remind myself to clear out old unused repos and packages.
Sometimes you just go down that rabbit hole of customizing everything and trying out a bunch of stuff that you forget what you installed and what you're no longer using.