@[email protected] to [email protected] • 1 month agoI freed 30GB using Filelightslrpnk.netimagemessage-square131fedilinkarrow-up1444
arrow-up1444imageI freed 30GB using Filelightslrpnk.net@[email protected] to [email protected] • 1 month agomessage-square131fedilink
minus-square@[email protected]linkfedilinkEnglish11•1 month agoIn Germany “du hs” is considered an insult and I think that’s beautiful.
minus-square@[email protected]linkfedilink2•1 month agoThis tool is amazing https://github.com/KSXGitHub/parallel-disk-usage
minus-square@[email protected]linkfedilink1•1 month agodu -sxk | sort -n gotta find those hidden files too!
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 °^°
This tool is amazing https://github.com/KSXGitHub/parallel-disk-usage
du -sxk | sort -n
gotta find those hidden files too!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