1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:33:38 +02:00

nth: add page (#6853)

This commit is contained in:
Henrique Tsuyoshi Yara 2021-10-10 16:58:55 -03:00 committed by GitHub
parent 7f84e46f42
commit 36977a69c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/common/nth.md Normal file
View file

@ -0,0 +1,20 @@
# nth
> Name That Hash - Instantly name the type of any hash.
> More information: <https://github.com/hashpals/name-that-hash>.
- Name a hash:
`nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}}`
- Name hashes in a file:
`nth -f {{path/to/hashes}}`
- Output in json format:
`nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}} -g`
- Decode hash in Base64 before naming it:
`nth -t {{NWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkK}} -b64`