@SolarPunker@slrpnk.net to Linux@lemmy.ml • 1 month agoI freed 30GB using Filelightslrpnk.netimagemessage-square61fedilinkarrow-up1336arrow-down114file-text
arrow-up1322arrow-down1imageI freed 30GB using Filelightslrpnk.net@SolarPunker@slrpnk.net to Linux@lemmy.ml • 1 month agomessage-square61fedilinkfile-text
minus-square@azolus@slrpnk.netlinkfedilinkEnglish10•1 month agoIn Germany “du hs” is considered an insult and I think that’s beautiful.
minus-square@TerraRoot@sh.itjust.workslinkfedilink1•1 month agodu -sxk | sort -n gotta find those hidden files too!
minus-square@BCsven@lemmy.calinkfedilink1•1 month agoThis tool is amazing https://github.com/KSXGitHub/parallel-disk-usage
minus-squareChewylinkfedilink1•1 month agoIf you need a more interactive method, gdu is awesome. And if you’re using btrfs, btdu gives preliminary results instantly (which get more precise over time).
I use
du -hs * | sort -h
In Germany “du hs” is considered an insult and I think that’s beautiful.
selber hs °^°
du -sxk | sort -n
gotta find those hidden files too!This tool is amazing https://github.com/KSXGitHub/parallel-disk-usage
If you need a more interactive method, gdu is awesome. And if you’re using btrfs, btdu gives preliminary results instantly (which get more precise over time).
I’m getting old…KISS!
duf is pretty slick