extensions.md: mark hashsum as deprecated (#9089)

* extensions.md: mark hashsum as deprecated

* extensions.md: Fix typo

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
E
2025-10-30 13:53:50 +01:00
committed by GitHub
co-authored by Daniel Hofstetter
parent 8b7286a6e6
commit 95b266fb7d
+2 -2
View File
@@ -47,12 +47,12 @@ packages.
`rm` can display a progress bar when the `-g`/`--progress` flag is set.
## `hashsum`
## `hashsum` (deprecated)
This utility does not exist in GNU coreutils. `hashsum` is a utility that
supports computing the checksums with several algorithms. The flags and options
are identical to the `*sum` family of utils (`sha1sum`, `sha256sum`, `b2sum`,
etc.).
etc.). This utility will be removed in the future and it is advised to use `cksum --untagged` instead.
## `b3sum`