Find the changed line numbers in a file

2011-10-20 Thread subhash_m
I want to know if there is any way I can find out the line numbers of the changes made to a file. i.e. numbers of the lines in the modified file where code is added or edited. Thanks. -- View this message in context: http://old.nabble.com/Find-the-changed-line-numbers-in-a-file-tp32688385p32688

RE: Find the changed line numbers in a file

2011-10-20 Thread subhash_m
Hi Mark, I want to do this from a script. Basically script should find out numbers of the lines changed in the file. Thanks. Cooke, Mark wrote: > >> -Original Message- >> From: subhash_m [mailto:subhashsubh...@gmail.com] >> Sent: 20 October 20

Re: Find the changed line numbers in a file

2011-10-20 Thread subhash_m
Thanks for diffstat suggestion. But I am on Windows. :( Stefan Sperling-7 wrote: > > On Thu, Oct 20, 2011 at 03:24:55AM -0700, subhash_m wrote: >> >> Hi Mark, >> I want to do this from a script. Basically script should find out numbers >> of >> the line