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

9 lines
268 B
Text

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/