gpt4 book ai didi

date - 如何从busybox中的 "date"获取ISO8601秒格式?

转载 作者:行者123 更新时间:2023-12-04 01:43:56 27 4
gpt4 key购买 nike

没有足够的例子,我一直在兜圈子,以得到“日期”打印出的“秒”版本的iso8601。请查看busybox 1.22.1 随date 提供的帮助。我似乎无法理解所需的语法。根据我的经验,例子胜于 Eloquent ,我还没有在网上找到任何有用的东西。

这是我尝试过的:

➤ date -I=seconds
➤ date -I SPEC='seconds'
➤ date -I seconds
➤ date -I='seconds'
➤ date -I 'seconds'
➤ date -I['seconds']
➤ date -I TIMESPEC='seconds'
➤ date -I TIMESPEC=seconds

注意我尝试使用 Ubuntu 版本的 date 并且能够弄清楚如何获取日期的 iso8601=seconds 格式,但不是在 busybox ...

以下是 Busybox 1.22.1 的 date 帮助:
BusyBox v1.22.1 (2014-09-26 07:33:17 CEST) multi-call binary.
Usage: date [OPTIONS] [+FMT] [TIME]
Display time (using +FMT), or set time
[-s,--set] TIME Set time to TIME
-u,--utc Work in UTC (don't convert to local time)
-R,--rfc-2822 Output RFC-2822 compliant date string
-I[SPEC] Output ISO-8601 compliant date string
SPEC='date' (default) for date only,
'hours', 'minutes', or 'seconds' for date and
time to the indicated precision
-r,--reference FILE Display last modification time of FILE
-d,--date TIME Display TIME, not 'now'
-D FMT Use FMT for -d TIME conversion

最佳答案

文档(即帮助)令人困惑,并且不会为简单的功能带来愉快的体验。相反,需要重新编写文档,以便示例命令行输入也是帮助的一部分(至少是为了降低语法)。无论如何,我回答了我自己的问题。

主要和非常微妙我碰巧错过的一次尝试的不同之处:

➤ date -I 'seconds'
date: invalid date 'seconds'

一毛就掉了。它需要删除空间:
➤ date -I'seconds'
2017-07-09T17:29:54-0400

现在busybox约会很开心。

关于date - 如何从busybox中的 "date"获取ISO8601秒格式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44991491/

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