Re: [PATCH] find: implement -nouser, -nogroup

2023-01-28 Thread Kang-Che Sung
On Sunday, January 29, 2023, David Leonard < d+busy...@adaptive-enterprises.com> wrote: > > Resending patch for 'find -nouser', 'find -nogroup'. Refreshed bloatcheck > > Subject: [PATCH] find: implement -nouser, -nogroup > > https://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html > >

Re: [PATCH] find: implement -nouser, -nogroup

2023-01-28 Thread David Leonard
Resending patch for 'find -nouser', 'find -nogroup'. Refreshed bloatcheck Subject: [PATCH] find: implement -nouser, -nogroup https://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html -nouser The primary shall evaluate as true if the file belongs to a user ID for which

Re: [PATCH] find: implement -ok

2023-01-28 Thread David Leonard
Resending patch for 'find -ok'. I re-ran bloatcheck (x86_64). Subject: [PATCH] find: implement -ok https://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html -ok utility_name [argument ...] ; The -ok primary shall be equivalent to -exec, except that the use of a to

Update Copyright 2023

2023-01-28 Thread Fred Friedrich
Hello, it seems like the copyright was not updated for a long time :-). Consider this small fix for it: --- libbb/appletlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbb/appletlib.c b/libbb/appletlib.c index d5335d353..bac277aa9 100644 --- a/libbb/appletlib.c +++