1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

md5sum: add text input example (#4840)

This commit is contained in:
Mateusz Soszyński 2020-10-28 18:46:25 +01:00 committed by GitHub
parent 1dbe6f6782
commit d0f6ebcf32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,3 +13,7 @@
- Read a file of MD5SUMs and verify all files have matching checksums:
`md5sum -c {{filename.md5}}`
- Calculate a MD5 checksum from the standard input:
`echo "{{text}}" | md5sum`