uutils / findutils

Rust implementation of findutils
MIT License
280 stars 35 forks source link

Implement `-gid` and `-uid` #371

Closed hanbings closed 1 week ago

hanbings commented 1 month ago

refer: https://www.gnu.org/software/findutils/manual/html_node/find_html/Owner.html

Test: -uid n
Test: -gid n
True if the file’s numeric user ID (group ID) is n. 
These tests support ranges (‘+n’ and ‘-n’), unlike ‘-user’ and ‘-group’.