Created
August 14, 2020 12:33
-
-
Save pads/5007fb0e25933859daf8be8bffa3dd4d to your computer and use it in GitHub Desktop.
Getting stats from a JSON file
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
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