Files
bsdports/_unused/samefile/pkg-descr
2019-12-26 07:26:06 +00:00

10 lines
268 B
Plaintext

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.
WWW: http://www.schweikhardt.net/samefile/