Skip to content

Instantly share code, notes, and snippets.

@timvw
Created November 23, 2022 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timvw/982f0a8e103168057037ebfa0f79b6c2 to your computer and use it in GitHub Desktop.
Save timvw/982f0a8e103168057037ebfa0f79b6c2 to your computer and use it in GitHub Desktop.
From json to tsv with jq
```bash
cat LSQL-messages-2022-11-23-06-44-47.json | jq -r '.[].value | [.day, .count] | @tsv'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment