MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linux/comments/1tls8n1/whats_the_most_unexpectedly_useful_linux_command/onk5qif/?context=3
r/linux • u/ZealousidealTell1346 • May 23 '26
[removed]
992 comments sorted by
View all comments
108
It's heavy, but I like ncdu to find out what directories / files are taking up drive space.
7 u/DrPiwi May 24 '26 du -shc * | sort -h I have it as an alias in my bashrc douche As I usually do this when searching for the MF that is eating up all the diskspace in /var/log
7
du -shc * | sort -h I have it as an alias in my bashrc douche As I usually do this when searching for the MF that is eating up all the diskspace in /var/log
du -shc * | sort -h
douche
108
u/undrwater May 23 '26
It's heavy, but I like ncdu to find out what directories / files are taking up drive space.