mirror of
https://github.com/mikefarah/yq.git
synced 2025-03-17 09:55:34 +00:00
1 line
161 B
Markdown
1 line
161 B
Markdown
The `or` and `and` operators take two parameters and return a boolean result. These are most commonly used with the `select` operator to filter particular nodes. |