mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
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:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user