mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 22:51:09 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/$
2
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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user