[PATCH] find: add option -fail_exec

2025-05-03 Thread Tomas Mudrunka
igned-off-by: Tomas Mudrunka --- THANKS| 1 + find/defs.h | 4 find/exec.c | 8 find/find.1 | 4 find/parser.c | 9 + find/util.c | 2 +- 6 files changed, 27 insertions(+), 1 deletion(-) diff --git a/THANKS b/THANKS index 904d72e3..b4abcb5b 100644

find error stream is annoying

2020-07-08 Thread Tomas
  If I try to search for the file hsbc I use the following command 'find -name *hsbc*'. Unfortunately, if there are directories I have no permission for, the stderr output completely opaques any useful answers. I'm aware there are workarounds, but I needed to find a file in a pinch, and it