diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-21 07:26:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-21 07:26:21 +0000 |
commit | d1bf99f0d92ad07dcbcc2a919f26d1455805b5ef (patch) | |
tree | 0775d8ed736057e0ebf28723a474ea090ef34f99 /sysutils/Makefile | |
parent | fd0747dc7b18fc110972ef8df778915ee557dbfb (diff) |
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.
Jens Schweikhardt
samefile@schweikhardt.net
PR: 25857
Submitted by: schweikh@schweikhardt.net
Notes
Notes:
svn path=/head/; revision=40152
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 6b146dc1f301..6668fae6b6f8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -103,6 +103,7 @@ SUBDIR += roottail SUBDIR += ruby-syslog SUBDIR += safecat + SUBDIR += samefile SUBDIR += sarah SUBDIR += sdd SUBDIR += setcdboot |