systemd files from apk7-ubuntu
This commit is contained in:
2
bin/find-duplicate.sh
Executable file
2
bin/find-duplicate.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
find $1 -not -empty -type f -printf "%s\n" | sort -rn | uniq -d | xargs -I{} -n1 find -type f -size {}c -print0 | xargs -0 md5sum | sort | uniq -w32 --all-repeated=separate
|
||||
Reference in New Issue
Block a user