Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-11 00:18:58 +00:00
parent dccccbf6fe
commit 2cf62ce81f
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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