mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
chgrp: Add support for multiple file paths
This commit is contained in:
parent
8afe5ce718
commit
96fecc434c
2 changed files with 19 additions and 11 deletions
|
@ -1,12 +1,12 @@
|
|||
## Name
|
||||
|
||||
chgrp - change group ownership of file
|
||||
chgrp - change group ownership of files
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ chgrp <gid> <path>
|
||||
$ chgrp <name> <path>
|
||||
$ chgrp <gid> <path...>
|
||||
$ chgrp <name> <path...>
|
||||
```
|
||||
|
||||
## Description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue