1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

chgrp: forward to chown

chgrp does mostly the same as chown.
By making chown a bit more configurable we can reuse its code for chgrp.
This commit is contained in:
Michael Debertol 2021-08-14 20:55:04 +02:00
parent 68c9bfa658
commit 7153a595c6
7 changed files with 141 additions and 337 deletions

2
Cargo.lock generated
View file

@ -2126,9 +2126,9 @@ name = "uu_chgrp"
version = "0.0.7"
dependencies = [
"clap",
"uu_chown",
"uucore",
"uucore_procs",
"walkdir",
]
[[package]]