1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Merge pull request #7068 from DaringCuteSeal/head-dev-full

head: make head fail when writing to /dev/full
This commit is contained in:
Sylvestre Ledru 2025-01-06 09:07:28 +01:00 committed by GitHub
commit 0459369e92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 89 additions and 33 deletions

1
Cargo.lock generated
View file

@ -2771,6 +2771,7 @@ version = "0.0.28"
dependencies = [
"clap",
"memchr",
"thiserror 2.0.9",
"uucore",
]