mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# b2sum
|
||||
|
||||
> Calculate BLAKE2 cryptographic checksums.
|
||||
> More information: <https://www.gnu.org/software/coreutils/b2sum>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/b2sum-invocation.html>.
|
||||
|
||||
- Calculate the BLAKE2 checksum for one or more files:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# basename
|
||||
|
||||
> Remove leading directory portions from a path.
|
||||
> More information: <https://www.gnu.org/software/coreutils/basename>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
|
||||
|
||||
- Show only the file name from a path:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# basenc
|
||||
|
||||
> Encode or decode file or `stdin` using a specified encoding, to `stdout`.
|
||||
> More information: <https://www.gnu.org/software/coreutils/basenc>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/basenc-invocation.html>.
|
||||
|
||||
- Encode a file with base64 encoding:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user