comparison master/bin/shrinkJSON.sh @ 13:bba589cab837

shrinkJSON.sh: minimise "jq ." output test1.sh: fix lrand regression [_]findPDFs.sh: extract responses with application/pdf Content-Type
author Henry S. Thompson <ht@markup.co.uk>
date Fri, 12 Oct 2018 08:51:50 +0000
parents
children
comparison
equal deleted inserted replaced
12:be1034183e03 13:bba589cab837
1 #!/bin/bash
2 # Shrink json output from worker to remove unnecessary characters
3 egrep -v '^#' $1| jq . |sed 's/^ *//;s/^"\([-0-9A-Za-z]*\)": "\?/\1:/;s/"\?,\?$//'