/ Published in: Bash
URL: http://www.ubuntizandoelplaneta.com/2010/11/truco-que-programa-ocupa-mas-espacio.html
Expand |
Embed | Plain Text
dpkg-query --show --showformat='${Package;-50}\t${Installed-Size}\n' | sort -k 2 -n | grep -v deinstall | awk '{printf "%.3f MB \t %s\n", $2/(1024), $1}' | tail -n 10
You need to login to post a comment.
