1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +00:00

find: Add -gid option to filter by owning group ID

This commit is contained in:
Tim Ledbetter 2023-09-09 18:29:58 +01:00 committed by Andrew Kaster
parent d87fbcccb7
commit d3da8f978e
2 changed files with 26 additions and 0 deletions

View file

@ -76,6 +76,8 @@ by the current user.
the specified reference file. If `file` is a symbolic link and the `-L`
option is in use, then the creation time of the file pointed to by the
symbolic link is used.
* `-gid [-|+]number`: Checks if the file is owned by a group with an ID less
than, greater than or exactly `number`.
* `-print`: Outputs the file path, followed by a newline. Always evaluates to
true.
* `-print0`: Outputs the file path, followed by a zero byte. Always evaluates to