mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
find: Add -gid
option to filter by owning group ID
This commit is contained in:
parent
d87fbcccb7
commit
d3da8f978e
2 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue