Browse Source

md5sum: add text input example (#4840)

Mateusz Soszyński 4 years ago
parent
commit
d0f6ebcf32
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/md5sum.md

+ 4 - 0
pages/common/md5sum.md

@@ -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`