gpt4 book ai didi

linux - 使用curl解析时区

转载 作者:太空宇宙 更新时间:2023-11-04 06:04:20 29 4
gpt4 key购买 nike

我的示例时区网站类似于 this ,如何在 bash 终端控制台中使用 curl 获取其当前时区?

最佳答案

curl -sS https://www.timeanddate.com/time/zone/canada/toronto | grep -o '"/time/zones/[a-z]\+[^>]*>[^<]*' | head -n1 | grep -o '[^>]*$'

输出:EST

如果您需要网站上的其他值,请根据您的需要调整正则表达式。

编辑:-sS

关于linux - 使用curl解析时区,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42653068/

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