#!/bin/bash# $1 is a number, N. The top N directories that are consuming space. Defaults to# all.pushd$(portageqget_repo_path/gentoo)>/dev/null
if[[-z$1]];thendu-h*/*/files|sort-nr
elsedu-h*/*/files|sort-nr|head-n$1fipopd>/dev/null
echoecho$(emerge--info|grepTimestamp)