reverted to multiple-field sorting of the popcon results, it's somewhat better

This commit is contained in:
Josip Rodin 2003-07-30 18:31:47 +00:00
parent 70a4683a13
commit 276bffa3be
2 changed files with 13253 additions and 13260 deletions

View File

@ -13,9 +13,9 @@ not supported.
Popularity contest results:
wget http://people.debian.org/~ballombe/popcon/main/by_vote
wget http://people.debian.org/~ballombe/popcon/contrib/by_vote
awk '/^[0-9]+ +[0-9a-z]/ {print $4 " " $2}' by_vote by_vote.1 | sort -nr | cut -d\ -f2
wget http://people.debian.org/~ballombe/popcon/main/by_inst
wget http://people.debian.org/~ballombe/popcon/contrib/by_inst
grep -h '^[^#]' by_inst* | egrep -v '(Total|-----)' | sort -rn -k3,3 -k7,7 -k4,4 | awk '{print $2}'
-----

File diff suppressed because it is too large Load Diff