blob: 6e4bf137bdf18577dc6ff54392516a05e9974d6b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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/
|