1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #7463 from blyxxyz/clean-shuf

Make `shuf` OsStr-compliant and bring newline handling in line with GNU
This commit is contained in:
Sylvestre Ledru 2025-03-22 22:29:49 +01:00 committed by GitHub
commit eed5c81060
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 280 additions and 205 deletions

1
Cargo.lock generated
View file

@ -3184,7 +3184,6 @@ name = "uu_shuf"
version = "0.0.30"
dependencies = [
"clap",
"memchr",
"rand 0.9.0",
"rand_core 0.9.3",
"uucore",