From owner-cvs-all Sun Jun 2 5:57:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1709137B405; Sun, 2 Jun 2002 05:57:42 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52CvgH93478; Sun, 2 Jun 2002 05:57:42 -0700 (PDT) (envelope-from tjr) Message-Id: <200206021257.g52CvgH93478@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 2 Jun 2002 05:57:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.1 find.c find.h function.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/06/02 05:57:41 PDT Modified files: usr.bin/find find.1 find.c find.h function.c Log: Support the SysV-style -exec utility args.. {} + function, required by SUSv3. This is similar to find foo -print0 | xargs -0 utility args. Revision Changes Path 1.47 +9 -0 src/usr.bin/find/find.1 1.14 +4 -0 src/usr.bin/find/find.c 1.16 +13 -0 src/usr.bin/find/find.h 1.45 +69 -8 src/usr.bin/find/function.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message