1
Fork 0
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:
Tim Ledbetter 2023-09-09 18:58:26 +01:00 committed by Andrew Kaster
parent d3da8f978e
commit 1bc081398e
2 changed files with 27 additions and 1 deletions

View file

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