1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 14:07:46 +00:00

Merge pull request #4696 from jeddenlea/wc

wc: streaming --files0-from and other improvements
This commit is contained in:
Sylvestre Ledru 2023-05-27 23:55:16 +02:00 committed by GitHub
commit 388fa1b717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 675 additions and 331 deletions

1
Cargo.lock generated
View file

@ -3350,6 +3350,7 @@ dependencies = [
"clap",
"libc",
"nix",
"thiserror",
"unicode-width",
"uucore",
]