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

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


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.txt · Последнее изменение: 2014/07/06 10:24 — 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki