OpenBSD CVS

src/usr.bin/find/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / find

Current tag: OPENBSD_6_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   23 years  mickey   new strtofflags/fflagstostr
[TXT] extern.h  1.22   7 years  tedu   add -delete option which can simplify the common case of wanting to delete lots ...
[TXT] find.1  1.99   3 years  jmc   '!' does not need to be escaped; confirmed by naddy and deraadt
[TXT] find.c  1.23   5 years  tb   Update a comment to include -delete, -execdir, -ls and -print0 among the primari...
[TXT] find.h  1.18   7 years  tedu   add -delete option which can simplify the common case of wanting to delete lots ...
[TXT] function.c  1.49   4 years  jca   Account for environment when computing maximum space used for args Already done...
[TXT] ls.c  1.18   5 years  deraadt   dev_t is signed to permit passing -1 as an invalid condition, but the decomposit...
[TXT] main.c  1.31   7 years  tedu   add -delete option which can simplify the common case of wanting to delete lots ...
[TXT] misc.c  1.16   6 years  deraadt   Convert snprintf+write into dprintf. It is simply easier to read, and provides ...
[TXT] operator.c  1.10   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] option.c  1.21   5 years  tedu   add -not as a sh friendly alias for !. ok millert