[Toybox] request for comments: pybloat.py
    Rob Landley 
    rob at landley.net
       
    Wed Feb 15 04:54:52 PST 2012
    
    
  
On 02/15/2012 06:37 AM, Elie De Brauwer wrote:
> Jikes, apparently there is no installation candidate for python2.7, I'll
> modify the code to use optarg instead of argparse, python2.7 isn't as
> widespread as i thought it was. I'll get a new version for testing out.
> 
> (I considered writing it in sh or C, but the fact that python natively
> supports set operations was the reason to keep in in .py).
Python is a very nice language. (Although these days with the version
skew python is about three very nice languages sharing the same name...)
That said, shell is marvelously abuseable:
diff <(nm --size-sort toybox_unstripped | sort -k3,3) \
     <(nm --size-sort toybox_old | sort -k 3,3) \
     | grep "^[<>]" | sort -k4,4
(Ok, <(blah) is a bash extension...)
Rob
 1329310492.0
    
    
More information about the Toybox
mailing list