yq/pkg/yqlib/doc/headers/Boolean Operators.md

1 line
218 B
Markdown
Raw Normal View History

2020-11-22 02:16:54 +00:00
The `or` and `and` operators take two parameters and return a boolean result. `not` flips a boolean from true to false, or vice versa. These are most commonly used with the `select` operator to filter particular nodes.