mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
find: Add -uid
option to filter by owning user ID
This commit is contained in:
parent
d3da8f978e
commit
1bc081398e
2 changed files with 27 additions and 1 deletions
|
@ -78,6 +78,8 @@ by the current user.
|
|||
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`.
|
||||
* `-uid [-|+]number`: Checks if the file is owned by a user 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