What package is eating up my disk space?
Enrico, how about dpigs(1) from the debian-goodies package to solve your disk usage problem?
It's written in #!/bin/sh and not that nifty, but, if you omit the option parsing and usage code, it's even shorter. It basically does
grep-status -nsInstalled-size,Package -F Status ' installed' $STATUS \ | perl -p00l12 -e 's/\n/ /' \ | sort -rn \ | head --lines=$LINES
Comments on What package is eating up my disk space? | no comments | Post a comment