
22 Mar
2012
22 Mar
'12
10:25 p.m.
On 22 March 2012 21:33, James Harper <james.harper@bendigoit.com.au> wrote:
The files are possibly in different directories, and are possibly different cases. I could write some horribly inefficient shell script to just go through each file in the sp6a directory and find a file with the same name in the /WINDOWS tree and diff it, but maybe there is a better way?
Alternatively, you could probably use 'rsync' to compare two trees, using the following flags in particular; -c, --checksum skip based on checksum -n, --dry-run show what would have been transferred e.g. rsync -cn /WINDOWS /sp6a -- Joel Shea <jwshea@gmail.com>