coreutils/src/uu/shuf
Ben Wiederhake 6834b593ee shuf: refuse repeating zero lines
This was a GNU behavior bug:

```console
$ LC_ALL=C shuf -er
shuf: no lines to repeat
[$? = 1]
$ cargo run shuf -er  # old, bad (unexpected success)
$ cargo run shuf -er  # new
shuf: no lines to repeat
[$? = 1]
```
2024-02-25 16:49:03 +01:00
..
src shuf: refuse repeating zero lines 2024-02-25 16:49:03 +01:00
BENCHMARKING.md shuf: document new benchmark category 2024-02-24 21:36:13 +01:00
Cargo.toml 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
shuf.md join: fixed parameter 2023-12-26 16:13:18 +01:00