[X-Unix] finding duplicate files
Eric F Crist
ecrist at secure-computing.net
Wed Jun 20 11:44:19 PDT 2007
On Jun 20, 2007, at 1:37 PMJun 20, 2007, Robert Hoy wrote:
> 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" ; } }'
>>
Glad to hear I could help!
-----
Eric F Crist
Secure Computing Networks
More information about the X-Unix
mailing list