Re: [expert] Comparing folders/files in different HDs/FSs.

2002-05-16 Thread Alan Wilter Sousa da Silva
Thank you all List! >diff -r dirctoryA directoryB > somefile.txt > $ md5sum -b `find -type f` > chksums > in the root dir of the original file system > copy the chksums file to the root of the new file system and run > $ md5sum -c chksums --- Alan Wilter S. da Silva

Re: [expert] Comparing folders/files in different HDs/FSs.

2002-05-16 Thread Simon Naish
rst command. This should work :) hope it helps si - Original Message - From: Alan Wilter Sousa da Silva <[EMAIL PROTECTED]> Date: Wed, 15 May 2002 17:29:22 -0400 (EDT) To: <[EMAIL PROTECTED]> Subject: [expert] Comparing folders/files in different HDs/FSs. > Hi List, > &

Re: [expert] Comparing folders/files in different HDs/FSs.

2002-05-15 Thread James
You could dodiff -r dirctoryA directoryB > somefile.txt. I use this method to verify that multiple burns of a CD (test models for QA) are identical. It checks all the files on a box and lists either the difference if it's an ascii file or a message if the binaries are different. For a 4

Re: [expert] Comparing folders/files in different HDs/FSs.

2002-05-15 Thread James T. Nelson III
'diff -qr olddir newdir' should do the trick Alan Wilter Sousa da Silva wrote: >Hi List, > > We are testing a parallel file system in our cluster. So I made a >full copy of /home directory to this new FS. However I would like to be >sure that all files copied are strictly identical, I me

RE: [expert] Comparing folders/files in different HDs/FSs.

2002-05-15 Thread Klar Brian D Contr MSG/SICN
/files in different HDs/FSs. Hi List, We are testing a parallel file system in our cluster. So I made a full copy of /home directory to this new FS. However I would like to be sure that all files copied are strictly identical, I mean, is there any command to compare all binary/ascii files

[expert] Comparing folders/files in different HDs/FSs.

2002-05-15 Thread Alan Wilter Sousa da Silva
Hi List, We are testing a parallel file system in our cluster. So I made a full copy of /home directory to this new FS. However I would like to be sure that all files copied are strictly identical, I mean, is there any command to compare all binary/ascii files between the original and i