Thread Previous • Date Previous • Date Next • Thread Next |
On Wednesday 30 March 2011 10:12:41 Gavin Panella wrote: > Fwiw, here's the command I used: > > find lib/lp lib/canonical -name security.py -print0 | > xargs -r0 grep -h 'permission =' | > sed -e "s/^ *permission =//;s/[\"']//g;/[()]/d;/None/d" | > sort | uniq -c | sort -rg
Thread Previous • Date Previous • Date Next • Thread Next |