mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Fix for #303 in the sources
This commit is contained in:
@@ -640,7 +640,7 @@ sections:
|
||||
otherwise.
|
||||
|
||||
It's useful for filtering lists: `[1,2,3] | map(select(. >= 2))`
|
||||
will give you `[3]`.
|
||||
will give you `[2,3]`.
|
||||
|
||||
examples:
|
||||
- program: 'map(select(. >= 2))'
|
||||
|
Reference in New Issue
Block a user