/ Published in: Bash
URL: http://blog.kulp.ch/2007/04/determine-change-in-file-size-in-lines.html
Expand |
Embed | Plain Text
svn diff -rREV1:REV2|grep "^\(-\|+\)"|cut -b1|sort -r| \ uniq -c|tr -d '\012'|tr '+-' '-\012'|sed 's/ //g'|bc
You need to login to post a comment.
