Mercurial > hg > cc > azure
view master/bin/shrinkJSON.sh @ 63:d46c8b12fc04
support multiple approaches to key combination, use local files to collect results
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Wed, 03 Jun 2020 16:40:34 +0000 |
parents | bba589cab837 |
children |
line wrap: on
line source
#!/bin/bash # Shrink json output from worker to remove unnecessary characters egrep -v '^#' $1| jq . |sed 's/^ *//;s/^"\([-0-9A-Za-z]*\)": "\?/\1:/;s/"\?,\?$//'