This website requires JavaScript.
Explore
Help
Register
Sign In
suyiiyii
/
yq
Watch
1
Star
0
Fork
0
You've already forked yq
mirror of
https://github.com/mikefarah/yq.git
synced
2024-11-12 13:48:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1b8d399de4
yq
/
pkg
/
yqlib
/
doc
/
operators
/
headers
/
select.md
Mike Farah
0956eefb1a
Fixed help links
2022-03-29 11:08:50 +11:00
411 B
Raw
Blame
History
Select
Select is used to filter arrays and maps by a boolean expression.
Related Operators
equals / not equals (
==
,
!=
) operators
here
comparison (
>=
,
<
etc) operators
here
boolean operators (
and
,
or
,
any
etc)
here