projects
/
finddup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c78b3e
)
Typo.
author
Francois Fleuret
<francois@fleuret.org>
Wed, 17 Mar 2010 17:52:48 +0000
(18:52 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Wed, 17 Mar 2010 17:52:48 +0000
(18:52 +0100)
finddup.1
patch
|
blob
|
history
diff --git
a/finddup.1
b/finddup.1
index
840c977
..
18c27e5
100644
(file)
--- a/
finddup.1
+++ b/
finddup.1
@@
-72,7
+72,7
@@
The format of the output should definitely be improved. Not clear how.
The comparison algorithm could maybe be improved with some MD5 kind of
signature. However, most of the time is taken by comparison for
-matching files, which are require
s
even when using a hash.
+matching files, which are require
d
even when using a hash.
Their could be some fancy option to link two instances of the command
running on different machines to reduce network disk accesses. Again,