Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-20 00:17:43 +00:00
parent bab9389d4f
commit 993939500e
2 changed files with 2 additions and 2 deletions

2
tldr/$
View File

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

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# md5sum
> Calculate MD5 cryptographic checksums.
> More information: <https://www.gnu.org/software/coreutils/md5sum>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/md5sum-invocation.html>.
- Calculate the MD5 checksum for one or more files: