From: Lady Date: Sat, 6 Jul 2024 22:50:57 +0000 (-0400) Subject: Support -exec in find X-Git-Tag: 0.9.5^0 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/f7575ab4439de4b06d98e97dd3d1019ac3fab904?hp=f7575ab4439de4b06d98e97dd3d1019ac3fab904 Support -exec in find `-print` is only implicitly added to `find` rules which do not contain an `-exec`. The desired behaviour is that `-print` is called regardless, with the assumption that `-exec` commands are always silent. ---