====== Статистика и Psi+ ======
Just some interesting things about Psi+ :)
===== Introduction =====
If you are geek and want to know what others don't here is right place to go =)
===== Getting stats =====
==== How many files are affected by patch ====
$ ( for f in *diff; do n=`lsdiff $f | wc -l`; echo "$n $f"; done ) | sort -g
==== How many pacthes change these files ====
$ ( lsdiff -h patches/*diff | sed 's/[^\/]\+\///' ) | sort |uniq -c|sort -g
That's all for this moment.
----
Do you know something interesting? ;-)