/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
svn diff -rREV1:REV2|grep "^\(-\|+\)"|cut -b1|sort -r| \ uniq -c|tr -d '\012'|tr '+-' '-\012'|sed 's/ //g'|bc
URL: http://blog.kulp.ch/2007/04/determine-change-in-file-size-in-lines.html