[PATCH] find: implement -nouser, -nogroup

2022-03-27 Thread David Leonard
Implement's POSIX's -nouser and -nogroup primaries for find. From 48e78e55f367a427cf613f199cfa9060af08a304 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Mon, 28 Mar 2022 11:14:13 +1000 Subject: [PATCH] find: implement -nouser, -nogroup function

[PATCH] find: implement -ok

2022-03-27 Thread David Leonard
Implements POSIX's -ok primary for find. This is the same as -exec, execpt that the user is prompted before running the command. function old new delta do_exec 782 904+122 parse_params