1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/samefile/pkg-descr
Jens Schweikhardt c7cff3985a Add staging support; update to 2.15.
PR:		ports/189662
2014-06-01 13:23:50 +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/