💻
Today I Learned
More
Search
Ctrl + K
jq counting lenght of an array
Copy
echo '[{"username":"user1"},{"username":"user2"}]' | jq '. | length'
Previous
grep using input file as pattern to search other file
Next
jq extracting properties to arrays from json row line
Last updated
1 year ago