I want to have summary of difference between two files. Expected output is count of new, deleted and changed lines. Does diff readily provides such output? If not is there any s
For those using Git or Mercurial, a quick way to see such a summary of ones unstaged changes:
git diff --stat hg diff --stat