Convert JSON to CSV

March 12, 2019

To convert a json file to CSV you will need a linux program called jq. INPUTFILE=”inputfile-with-json” […]

Parallel Gzip

March 12, 2019

Lzop use to be my favorite fast compression program. That is until I learned about parallels […]