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-06-02 01:35:57 +00:00
2005-11-06 20:14:36 +00:00
2005-06-02 01:35:57 +00:00
2005-09-05 03:37:14 +00:00
2005-09-24 22:40:32 +00:00
2005-09-01 18:27:24 +00:00
2005-06-02 01:42:11 +00:00
2005-11-09 00:47:16 +00:00
2005-07-17 07:36:26 +00:00
2005-06-02 01:53:01 +00:00
2005-07-16 22:00:01 +00:00
2005-08-19 02:07:18 +00:00
2005-11-08 18:54:15 +00:00
2005-07-19 23:07:10 +00:00
2005-06-02 01:53:01 +00:00
2005-10-19 18:19:41 +00:00
2005-10-01 20:23:54 +00:00
2005-07-30 16:19:09 +00:00
2005-09-14 15:35:26 +00:00
2005-10-05 21:20:46 +00:00
2005-06-02 02:14:58 +00:00
2005-06-02 02:19:51 +00:00
2005-08-07 16:01:45 +00:00
2005-09-25 18:56:33 +00:00
2005-06-26 10:16:46 +00:00
2005-08-07 12:32:38 +00:00
2005-06-02 03:11:23 +00:00
2005-10-27 01:43:48 +00:00
2005-10-10 10:09:17 +00:00
2005-07-19 23:18:31 +00:00
2005-06-29 20:35:48 +00:00
2005-06-02 04:34:57 +00:00
2005-10-01 20:23:54 +00:00
2005-09-24 15:30:35 +00:00
2005-07-25 18:10:09 +00:00