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/samefile/pkg-descr | |
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/samefile/pkg-descr')
-rw-r--r-- | sysutils/samefile/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/samefile/pkg-descr b/sysutils/samefile/pkg-descr new file mode 100644 index 000000000000..ef52f7ffe5ae --- /dev/null +++ b/sysutils/samefile/pkg-descr @@ -0,0 +1,10 @@ +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 |