1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 22:17:45 +00:00

Merge pull request #4432 from jfinkels/dd-nocache

dd: support the [io]flag=nocache option
This commit is contained in:
Sylvestre Ledru 2023-05-12 09:53:57 +02:00 committed by GitHub
commit 64c49de0cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 211 additions and 13 deletions

1
Cargo.lock generated
View file

@ -2552,6 +2552,7 @@ dependencies = [
"clap",
"gcd",
"libc",
"nix",
"signal-hook",
"uucore",
]