Bug 25857

Summary: New port: samefile - find identical files wasting diskspace
Product: Ports & Packages Reporter: Jens Schweikhardt <schweikh>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Jens Schweikhardt 2001-03-16 21:50:01 UTC
The samefile program finds files with identical contents (independent of
file name). Typical usage would be

        find / -print | samefile

turning up megabytes of wasted disk space due to duplicates. Try it,
you'll be baffled.
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2001-03-21 07:30:40 UTC
State Changed
From-To: open->closed

Committed, Thanks.