cvs commit: src/usr.bin/find find.1 find.h function.c option.c

Ceri Davies ceri at FreeBSD.org
Mon Apr 3 20:36:38 UTC 2006


ceri        2006-04-03 20:36:37 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/find         find.1 find.h function.c option.c 
  Log:
  Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options to
  work with the st_birthtime field of struct stat.
  
  'B' has been chosen to match the format specifier from stat(1).
  
  Approved by:    jhb
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.74      +33 -0     src/usr.bin/find/find.1
  1.18      +2 -0      src/usr.bin/find/find.h
  1.55      +13 -4     src/usr.bin/find/function.c
  1.24      +11 -0     src/usr.bin/find/option.c


More information about the cvs-src mailing list