summaryrefslogtreecommitdiff
path: root/dupfiles.1
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-12-22 09:04:38 +0000
committerLars Wirzenius <liw@liw.fi>2010-12-22 09:04:38 +0000
commit9a0b263b7fc9d43e6acd16729ebfc2120ae501d6 (patch)
tree867662e876c2c77ca123cc708527819bce6ce634 /dupfiles.1
parente6657c0fe65e4c99e948fa9b38a94499ff2a1af8 (diff)
downloaddupfiles-9a0b263b7fc9d43e6acd16729ebfc2120ae501d6.tar.gz
Add --remove option.
Diffstat (limited to 'dupfiles.1')
-rw-r--r--dupfiles.16
1 files changed, 5 insertions, 1 deletions
diff --git a/dupfiles.1 b/dupfiles.1
index 1bcf159..ee66d9b 100644
--- a/dupfiles.1
+++ b/dupfiles.1
@@ -20,6 +20,7 @@ dupfiles \- find identical files and optionally hardlink them
.B dupfiles
.RB [ --make-hardlinks ]
.RB [ --progress ]
+.RB [ --remove ]
.RI [ file ]...
.SH DESCRIPTION
.B dupfiles
@@ -43,7 +44,10 @@ Report progress while program is running.
.BR --make-hardlinks
Instead of reporting files that have been found,
make sure all names point at the same content.
-FIXME.
+.TP
+.BR --remove
+Remove all but one copy of identical files.
+The copy that gets kept is chosen arbitrarily.
.SH EXAMPLE
To find all duplicate packages in Debian and Ubuntu:
.IP