|
Cheatsheet: Analyzing Data from the UNIX Command Line
|
5/11/2019
|
Here's a scarcely-comprehensive list of tools for parsing, transforming, and formatting data from the command line.
|
development
bash
jq
|
|
This is the Month to Learn jq
|
1/4/2018
|
JSON is the language of web APIs, and jq is the easiest way to explore and transform it.
|
learn-one-thing
jq
|
|
Analyzing JSON from the command line
|
3/8/2015
|
Sometimes we don't want to fire up a spreadsheet just to take a peek at our data. Thanks to the command line, we don't have to.
|
howto
jq
|
|
Managing JSON with jq
|
6/25/2013
|
Update: I’ve released a workshopper-style interactive tutorial covering the basics of jq. Just...
|
howto
jq
|