mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
c7cff3985a
PR: ports/189662
10 lines
268 B
Plaintext
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/
|