nushell/docs/commands/hash_md5.md
Justin Ma c0a1d18e3d
update #4455, regenerate commands' docs and update make_docs script (#4586)
* feat: update #4455, regenerate commands' docs

* chore: update make_docs script
2022-02-21 11:26:00 -06:00

376 B

title layout version
hash md5 command 0.59.0

hash a value using the md5 hash algorithm

Signature

> hash md5 ...rest

Parameters

  • ...rest: optionally md5 hash data by cell path

Examples

md5 encode a string

> echo 'abcdefghijklmnopqrstuvwxyz' | hash md5

md5 encode a file

> open ./nu_0_24_1_windows.zip | hash md5