mirror of
https://github.com/nushell/nushell.git
synced 2025-05-07 00:12:58 +00:00
For instance, ``` echo 'abcdefghijklmnopqrstuvwxyz' | hash sha256 --binary ``` Will returns the hash as a binary value instead of a hexadecimaly encoded string.