From 415ebf83884dc2576ff3c6e6db1fb4e7bb06d140 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Mon, 1 May 2023 07:52:12 +0200 Subject: [PATCH] md5sum: fix typo (#10124) --- pages/common/md5sum.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/md5sum.md b/pages/common/md5sum.md index 803f40736..69c20f555 100644 --- a/pages/common/md5sum.md +++ b/pages/common/md5sum.md @@ -9,11 +9,11 @@ - Calculate MD5 checksums for multiple files: -`md5sum {{path/to/file1}} {{path/to/filen2}}` +`md5sum {{path/to/file1}} {{path/to/file2}}` -- Calculate a MD5 checksum from the standard input: +- Calculate an MD5 checksum from `stdin`: -`echo "{{text}}" | md5sum` +`{{some_command}}" | md5sum` - Read a file of MD5SUMs and verify all files have matching checksums: