mirror of
https://github.com/adulau/HHHash.git
synced 2024-12-22 08:46:05 +00:00
Update README.md
This commit is contained in:
parent
1004a6bd97
commit
790cf27b90
1 changed files with 4 additions and 0 deletions
|
@ -20,5 +20,9 @@ The HHHash value is the SHA256 of the list.
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
$ curl -s -D - https://www.circl.lu/ -o /dev/null | awk 'NR != 1' | cut -f1 -d: | sed '/^[[:space:]]*$/d' | sed -z 's/\n/:/g' | sha256sum | cut -f1 -d " " | awk {'print "hhh:1:"$1'}
|
$ curl -s -D - https://www.circl.lu/ -o /dev/null | awk 'NR != 1' | cut -f1 -d: | sed '/^[[:space:]]*$/d' | sed -z 's/\n/:/g' | sha256sum | cut -f1 -d " " | awk {'print "hhh:1:"$1'}
|
||||||
|
~~~
|
||||||
|
|
||||||
|
Output value
|
||||||
|
~~~
|
||||||
hhh:1:79dde6169456e7e2886eb1668b3c27e8438f1a7219fc5fbb13d9c8eec07c5983
|
hhh:1:79dde6169456e7e2886eb1668b3c27e8438f1a7219fc5fbb13d9c8eec07c5983
|
||||||
~~~
|
~~~
|
||||||
|
|
Loading…
Reference in a new issue