Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/find



Module Name:    src
Committed By:   jschauma
Date:           Mon Feb 20 16:31:03 UTC 2006

Modified Files:
        src/usr.bin/find: extern.h find.1 find.c find.h function.c option.c

Log Message:
Add a new primary '-exit n':
This primary causes find to stop traversing the filesystem and
exit immediately if a previous condition was met.  If no value is
specified, the exit value will be 0, else n.  Note that other
primaries will be evaluated and acted upon before exiting.

Ok matt@, garbled@.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/usr.bin/find/extern.h src/usr.bin/find/option.c
cvs rdiff -r1.55 -r1.56 src/usr.bin/find/find.1
cvs rdiff -r1.20 -r1.21 src/usr.bin/find/find.c src/usr.bin/find/find.h
cvs rdiff -r1.52 -r1.53 src/usr.bin/find/function.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index