#!/bin/csh -f #H# This command lists all installed packages (Gentoo Portage) in order by the #H# size of the package in bytes. qsize -a | awk '{print $6 $7 " " $1}' | sort -h