From e8171ba1caf37238eb0aab789deed83abfd236d1 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 2 Jul 2017 11:18:57 +0000 Subject: [PATCH] jq cheat sheet fixed --- sheets/jq | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sheets/jq b/sheets/jq index 09eda5d..ac4db23 100644 --- a/sheets/jq +++ b/sheets/jq @@ -82,10 +82,3 @@ jq -r '(map(keys) | add | unique | sort) as $cols | .[] as $row | $cols | map($r # # => 2,,1 # ,4,3 - -# Convert an array to a stream of json records one per line -jq -rc '.[]' - -Suitable for stream. See record stream - -