On Mon, 2007-04-02 at 16:27 +1200, Matthew Gregan wrote: > You should look into using version control, then this would be much easier.
I know. :( I outsourced some programming work and the programmer doesn't use CVS or SVN. It's driving me nuts. > > What I want is to get is the filenames of the files that have changed, the > > number of lines that have been changed in each file and for extra bonus > > points, the differnce in size of the file in bytes. > > Use diffstat: Perfect! Thank you.
