From 993939500e436056ad821f0ba6ba5f5a703aa7a2 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 20 Dec 2024 00:17:43 +0000 Subject: [PATCH] Update cheatsheets --- tldr/$ | 2 +- tldr/md5sum | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tldr/$ b/tldr/$ index 2584d9eb..4475fd8a 100644 --- a/tldr/$ +++ b/tldr/$ @@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git - Print one of the prompt strings: -`echo ${{PS1|PS2|PS3|PS4}}` +`echo ${{PS0|PS1|PS2|PS3|PS4}}` - Expand with the output of `command` and run it. Same as enclosing `command` in backtics: diff --git a/tldr/md5sum b/tldr/md5sum index 7e41da94..13e663e4 100644 --- a/tldr/md5sum +++ b/tldr/md5sum @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # md5sum > Calculate MD5 cryptographic checksums. -> More information: . +> More information: . - Calculate the MD5 checksum for one or more files: