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