Re: [vox-tech] binary equivalence of two directories

2005-03-17 Thread Peter Jay Salzman
On Wed 16 Mar 05, 10:42 PM, Rod Roark [EMAIL PROTECTED] said:
 On Wednesday 16 March 2005 10:26 pm, Peter Jay Salzman wrote:
  What's the quick and dirty way of using md5sum or sha1sum to check the
  equivalence of the files residing in two directories?  I suppose I can whip
  up a Perl script to traverse the directories, but I'm wondering if there's a
  short one liner (or perhaps an already written utility) to do this.
 
 How about:
 
 $ diff -r dir1 dir2
 
 -- Rod

I totally spaced that diff recurses.   How embarrasing!   :)

Thanks,
Pete

-- 
Save Star Trek Enterprise from extinction: http://www.saveenterprise.com

GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E  70A9 A3B9 1945 67EA 951D
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


[vox-tech] binary equivalence of two directories

2005-03-16 Thread Peter Jay Salzman
What's the quick and dirty way of using md5sum or sha1sum to check the
equivalence of the files residing in two directories?  I suppose I can whip
up a Perl script to traverse the directories, but I'm wondering if there's a
short one liner (or perhaps an already written utility) to do this.

Thanks,
Pete

-- 
Save Star Trek Enterprise from extinction: http://www.saveenterprise.com

GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E  70A9 A3B9 1945 67EA 951D
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] binary equivalence of two directories

2005-03-16 Thread Rod Roark
On Wednesday 16 March 2005 10:26 pm, Peter Jay Salzman wrote:
 What's the quick and dirty way of using md5sum or sha1sum to check the
 equivalence of the files residing in two directories?  I suppose I can whip
 up a Perl script to traverse the directories, but I'm wondering if there's a
 short one liner (or perhaps an already written utility) to do this.

How about:

$ diff -r dir1 dir2

-- Rod
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech