Hi, I have 2 drive sets that are supposed to be identical [I use CentOS 5]: A: 1.6Tb B: 1.49Tb I need to find the differences, any suggestion? -- Thanks http://www.911networks.com When the network has to work
> I have 2 drive sets that are supposed to be identical [I use CentOS 5]: > A: 1.6Tb > B: 1.49Tb > I need to find the differences, any suggestion?diff will do it. diff -q /dir-a/ /dir-b/ the -q will just tell you what files are different, not what's different inside the files. -- Spiro Harvey Knossos Networks Ltd 021-295-1923 www.knossos.net.nz