#!/bin/sh # Find rpms which take lots of space exec rpm --qf "%{SIZE}\t%{NAME}\n" -qa | sort -nr | less