#!/bin/csh -f #H# This command lists all installed packages (Gentoo Portage) in order by the #H# size of the package in bytes. equery size | sed -e 's/(/:/g' -e 's/)//g' | awk -F: '{print $1 ": " $NF}' | sort -n -k2