From 589243c74c93bef948dfdd2dc3613041c58b6918 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 12 Nov 2017 21:22:09 +0100 Subject: add action 'skip' which is always false --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 6b2968e..7732c35 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,9 @@ * Feature: new option `-B` for breadth first traversal. * Feature: new syntax `? :` for ternary operator. +* Feature: new action `skip` which is always false. + The common find(1) idiom `-name x -prune -o -print` + is now best written as `name = "x" ? prune && skip : print`. * Significant speed-up as tsearch is not used anymore. ## 1.1 (2017-10-29) -- cgit 1.4.1