Skip to content

Instantly share code, notes, and snippets.

@assafmo
Created November 24, 2019 09:42
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 assafmo/79f7a4a6ae01e22c414e0a57cbc7fd24 to your computer and use it in GitHub Desktop.
Save assafmo/79f7a4a6ae01e22c414e0a57cbc7fd24 to your computer and use it in GitHub Desktop.
jq process only valid JSONs
cat some.log | jq -R 'fromjson? | .date'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment