1
Fork 0
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:
Tim Ledbetter 2023-06-06 20:04:11 +01:00 committed by Andreas Kling
parent 8afe5ce718
commit 96fecc434c
2 changed files with 19 additions and 11 deletions

View file

@ -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