mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Fixed compare docs
This commit is contained in:
parent
ae71824adc
commit
a9ed08a5f8
@ -10,9 +10,9 @@ The following types are currently supported:
|
|||||||
|
|
||||||
## Related Operators
|
## Related Operators
|
||||||
|
|
||||||
- equals / not equals (`==`, `!=`) operators [here](https://mikefarah.gitbook.io/yq/operators/equals)
|
- equals / not equals (`==`, `!=`) operators (here)[https://mikefarah.gitbook.io/yq/operators/equals]
|
||||||
- boolean operators (`and`, `or`, `any` etc) [here](https://mikefarah.gitbook.io/yq/operators/boolean-operators)
|
- boolean operators (`and`, `or`, `any` etc) (here)[https://mikefarah.gitbook.io/yq/operators/boolean-operators]
|
||||||
- select operator [here](https://mikefarah.gitbook.io/yq/operators/select)
|
- select operator (here)[https://mikefarah.gitbook.io/yq/operators/select]
|
||||||
|
|
||||||
{% hint style="warning" %}
|
{% hint style="warning" %}
|
||||||
Note that versions prior to 4.18 require the 'eval/e' command to be specified. 
|
Note that versions prior to 4.18 require the 'eval/e' command to be specified. 
|
||||||
|
Loading…
Reference in New Issue
Block a user