Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

add hash apps #8

Open
wookietreiber opened this issue Jun 30, 2018 · 0 comments
Open

add hash apps #8

wookietreiber opened this issue Jun 30, 2018 · 0 comments

Comments

@wookietreiber
Copy link
Owner

in contrast to the *sum apps, these just print the hash

usage in pipes:

$ echo 'some string' | md5
8946014822a005f6027fb09bee776a86

also works on files directly:

$ md5 file
8946014822a005f6027fb09bee776a86

by just outputting the hash, it can be assigned to variables more easily:

hash=$(... | md5)
@wookietreiber wookietreiber self-assigned this Jun 30, 2018
@wookietreiber wookietreiber removed their assignment Feb 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant