reed 9695cc3899 Add -false switch. From man page:
-false  This primary always evaluates to false.  This can be used follow-
        ing a primary that caused the expression to be true to make the
	expression to be false.  This can be useful after using a -fprint
	primary so it can continue to the next expression (using an -or
	operator, for example).

This was brought up on the tech-userlevel list in October.

Using -fprint on findutils or new NetBSD find(1) does not do what
I wanted. For example, if saving results of all files that start
with a vowel or saving results of all files owned by group operator,
then the list of files owned by group operator would not include
the files starting with a vowel.

findutils's find has a workaround for this with -false and also a
"," comma opeator. (I made add this comma operator later; you can use
the comma to perform multiple independent tests.)
2005-11-09 00:47:16 +00:00
..
2005-11-06 20:14:36 +00:00
2005-11-09 00:47:16 +00:00
2005-11-08 18:54:15 +00:00
2005-10-19 18:19:41 +00:00
2005-10-01 20:23:54 +00:00
2005-10-05 21:20:46 +00:00
2005-09-25 18:56:33 +00:00
2005-10-27 01:43:48 +00:00
2005-10-10 10:09:17 +00:00
2005-10-01 20:23:54 +00:00