Инструменты пользователя

Инструменты сайта


ru:statistics

Это старая версия документа!


Статистика и 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? ;-)

ru/statistics.1283983847.txt.gz · Последнее изменение: 2010/10/17 15:36 (внешнее изменение)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki