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:
parent
68c9bfa658
commit
7153a595c6
7 changed files with 141 additions and 337 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2126,9 +2126,9 @@ name = "uu_chgrp"
|
|||
version = "0.0.7"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"uu_chown",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
"walkdir",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue