Json – Using curl and grep to extract data from a file
i have been trying for hours but with no luck, I want to extract the (id, remote_ip, listen_addr) and put it in a txt file I have managed to do so with curl -s https://pastebin.com/raw/gGt524CS | grep -e "id" -e…