mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 20:11:19 +02:00
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/
|