[git commit master 1/1] find: document ! (not) operator

Denys Vlasenko vda.linux at googlemail.com
Sat Feb 12 17:49:48 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=27076b823357a650b3df8e166faab471111d9160
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 findutils/find.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/findutils/find.c b/findutils/find.c
index 0ec88fd..d49adc2 100644
--- a/findutils/find.c
+++ b/findutils/find.c
@@ -1067,6 +1067,9 @@ static action*** parse_params(char **argv)
 //usage:	IF_FEATURE_FIND_PAREN(
 //usage:     "\n	( ACTIONS )	Group actions for -o / -a"
 //usage:	)
+//usage:	IF_FEATURE_FIND_NOT(
+//usage:     "\n	! ACT		Invert ACT's success/failure"
+//usage:	)
 //usage:     "\n	ACT1 [-a] ACT2	If ACT1 fails, stop, else do ACT2"
 //usage:     "\n	ACT1 -o ACT2	If ACT1 succeeds, stop, else do ACT2"
 //usage:     "\n			Note: -a has higher priority than -o"
-- 
1.7.3.4



More information about the busybox-cvs mailing list