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
commit 96fecc434c
Notes: sideshowbarker 2024-07-16 23:44:30 +09:00
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