From 73f308e5f6bc9b4a36e5e04d681df36403deaa47 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 20 Oct 2020 08:05:56 -1000 Subject: [PATCH] Update 04_2__Interlude_Using_JQ.md --- 04_2__Interlude_Using_JQ.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/04_2__Interlude_Using_JQ.md b/04_2__Interlude_Using_JQ.md index fbe3346..69883c0 100644 --- a/04_2__Interlude_Using_JQ.md +++ b/04_2__Interlude_Using_JQ.md @@ -1,7 +1,5 @@ # Interlude: Using JQ -> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. - Creating a raw transaction revealed how more complex bitcoin-cli results can't easily be saved into command-line variables. The answer is JQ, which allows you to filter out individual elements from more complex JSON data. ## Install JQ