[X-Unix] finding duplicate files

Robert Hoy robhoy at pha.jhu.edu
Wed Jun 20 11:37:28 PDT 2007


It worked.  Thanks!

Rob

On Jun 20, 2007, at 2:12 PM, Eric F Crist wrote:

> perl -e 'foreach $file ( `find . | grep -v .gz` ) { chomp ( $file =  
> $file ) ; if ( -e "$file.gz" ) { print "$file\n" ; } }'

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.themacintoshguy.com/pipermail/x-unix/attachments/20070620/37e49218/attachment.html


More information about the X-Unix mailing list