coreutils/src/uu/hashsum
Kai Lüke e894e40c56
hashsum: add --no-names option from official b3sum tool (#3361)
* hashsum: add --no-names option from official b3sum tool

The official b3sum tool has a --no-names option for only printing the
hashes, omitting the filenames. This is quite handy when used from
scripts because it spares the postprocessing with "cut" or "awk".
Since the installed b3sum symlink would also serve as a drop-in for the
official tool, the --no-names option is expected to exist for
compatibility.

Add a --no-names option not only for b3sum but for hashsum in general
(and maybe GNU coreutils will also feel inspired to add this option).

Closes https://github.com/uutils/coreutils/issues/3360
2022-04-06 09:09:37 +02:00
..
src hashsum: add --no-names option from official b3sum tool (#3361) 2022-04-06 09:09:37 +02:00
BENCHMARKING.md hashsum: document how to benchmark blake2 2021-06-06 13:26:45 +02:00
Cargo.toml version 0.0.13 2022-04-02 11:04:27 +02:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00