diff options
Diffstat (limited to 'sysutils/dupmerge/pkg-descr')
-rw-r--r-- | sysutils/dupmerge/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/dupmerge/pkg-descr b/sysutils/dupmerge/pkg-descr new file mode 100644 index 000000000000..97c221edca04 --- /dev/null +++ b/sysutils/dupmerge/pkg-descr @@ -0,0 +1,6 @@ +Dupmerge reads a list of files from standard input (eg., as produced by +"find . -print") and looks securely for identical files. When it finds +two or more identical files, all but one are unlinked to reclaim the +disk space and recreated as hard links to the remaining copy. + +WWW: http://sourceforge.net/projects/dupmerge |