Created
March 13, 2019 13:00
-
-
Save DevoKun/aa91a750355284fd8f5702c54d419d9d to your computer and use it in GitHub Desktop.
Join multiple json keys in to a single string using jq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat my.json | jq '. | "\(.time): \(.descr)"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment