mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-02 22:17:45 +00:00
Merge pull request #4493 from tertsdiepraam/shred-expand-buffer-size
`shred`: refactor to clean up code and reduce syscalls
This commit is contained in:
commit
20cfd299e7
4 changed files with 303 additions and 331 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2995,6 +2995,7 @@ name = "uu_shred"
|
|||
version = "0.0.17"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"libc",
|
||||
"rand",
|
||||
"uucore",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue