home
/
code
/
dups.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0c3b3f
)
Skip 0-sized files in the shell version
master
author
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 8 Feb 2019 01:34:14 +0000
(20:34 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 8 Feb 2019 01:34:14 +0000
(20:34 -0500)
dups.sh
patch
|
blob
|
blame
|
history
diff --git
a/dups.sh
b/dups.sh
index
bd282e5
..
5fc4f95
100755
(executable)
--- a/
dups.sh
+++ b/
dups.sh
@@
-1,6
+1,6
@@
#! /bin/sh
-find $@ -type f -print0 \
+find $@ -type f -
size +0 -
print0 \
| xargs -0 -P $(nproc) md5sum \
| awk '
{
This page took
0.026773 seconds
and
4
git commands to generate.