add old md5 scripts
This commit is contained in:
5
tools/manage_md5-lists/show-eq-md5
Normal file
5
tools/manage_md5-lists/show-eq-md5
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
md5=$1
|
||||
md5_dub=$(mktemp)
|
||||
cat $md5 | cut -c -32 | awk 'seen[$0] {print} {++seen[$0]}' | sort -u > $md5_dub
|
Reference in New Issue
Block a user