From 47c2664355ed905e6fe7baa6bc518f63aa7cb125 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Wed, 7 Aug 2019 22:56:17 +0800 Subject: [PATCH] PUB @wxy https://linux.cn/article-11198-1.html --- ...se And Pretty Print JSON With Linux Commandline Tools.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename {translated/tech => published}/20190315 How To Parse And Pretty Print JSON With Linux Commandline Tools.md (98%) diff --git a/translated/tech/20190315 How To Parse And Pretty Print JSON With Linux Commandline Tools.md b/published/20190315 How To Parse And Pretty Print JSON With Linux Commandline Tools.md similarity index 98% rename from translated/tech/20190315 How To Parse And Pretty Print JSON With Linux Commandline Tools.md rename to published/20190315 How To Parse And Pretty Print JSON With Linux Commandline Tools.md index b3b99e8ee5..88ffc6fc24 100644 --- a/translated/tech/20190315 How To Parse And Pretty Print JSON With Linux Commandline Tools.md +++ b/published/20190315 How To Parse And Pretty Print JSON With Linux Commandline Tools.md @@ -1,8 +1,8 @@ [#]: collector: "lujun9972" [#]: translator: "wxy" [#]: reviewer: "wxy" -[#]: publisher: " " -[#]: url: " " +[#]: publisher: "wxy" +[#]: url: "https://linux.cn/article-11198-1.html" [#]: subject: "How To Parse And Pretty Print JSON With Linux Commandline Tools" [#]: via: "https://www.ostechnix.com/how-to-parse-and-pretty-print-json-with-linux-commandline-tools/" [#]: author: "EDITOR https://www.ostechnix.com/author/editor/" @@ -216,7 +216,7 @@ $ cat sample.json | jq -r '.phoneNumber[] | select(.type == "home") | .number' via: https://www.ostechnix.com/how-to-parse-and-pretty-print-json-with-linux-commandline-tools/ -作者:[EDITOR][a] +作者:[ostechnix][a] 选题:[lujun9972][b] 译者:[wxy](https://github.com/wxy) 校对:[wxy](https://github.com/wxy)