标签:print class int move mat awk lines end moved
git log --pretty=tformat: --numstat | awk ‘{ add += $1; del += $2; tot += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, del, tot }‘
标签:print class int move mat awk lines end moved
原文地址:https://www.cnblogs.com/iAmSoScArEd/p/12470860.html