gpt4 book ai didi

linux - 使用 shell 脚本解析 json

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:46:19 24 4
gpt4 key购买 nike

<分区>

我有一个 json,我想 grep 网站 url ( http://mywebsite.com ),如何使用 shell 脚本 grep。

P.S:我知道有像“jq”这样的工具可以使它更容易,但我想使用 sed/awk/grep 实用程序来完成。

例如:test.json

{
"name" : "xyz",
"age" : "25",
"websiteurl" : "http://mywebsite.com"
}

到目前为止我已经尝试过了;

cat test.json | grep -i website* | cut -d ':' -f2

输出:

"http

但是当我运行如上所示的上述命令时,它还在 http 和双斜杠 (//) 之间分隔冒号 (:),这是我不想要的。我希望将整个 url 存储在一个变量中。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com