Skip to content

Instantly share code, notes, and snippets.

@pads
Created August 14, 2020 12:33
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 pads/5007fb0e25933859daf8be8bffa3dd4d to your computer and use it in GitHub Desktop.
Save pads/5007fb0e25933859daf8be8bffa3dd4d to your computer and use it in GitHub Desktop.
Getting stats from a JSON file
more file.json | grep expression | awk -F ' ' '{ gsub(",", ""); gsub("\"", ""); print $2}' | datamash max 1 min 1 mode 1 median 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment