On Tue, Jun 05, 2007 at 11:05:31PM +0100, Enrico Zini wrote: > If I've read the manpage correctly, there is currently no nontrivial way > to perform numerical comparisons on them, like grepping for "all > packages larger than 12Mb".
Yes there is. Use the version number comparison facility (integers are a special case of the Debian version numbering system). In fact, --gt and friends were originally just numeric comparison :) -- Antti-Juhani Kaijanaho, Jyväskylä http://antti-juhani.kaijanaho.fi/newblog/

