Support for logical combinators #1527
FedericoStra
started this conversation in
General
Replies: 1 comment
-
Probably not. That would add a lot of complexity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any interest in adding support for logical operators, like those supported by
find
? I'm thinking of(
,)
,!
,-a
,-o
.For instance, how could we find regular files which are not executable?
Beta Was this translation helpful? Give feedback.
All reactions