Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2002 05:57:42 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/find find.1 find.c find.h function.c
Message-ID:  <200206021257.g52CvgH93478@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206021257.g52CvgH93478>