什么是 at(1) 兼容时间格式?
What are at(1) compatible time formats?
我在 Graphite docs 中找到了下面的引用:
ABSOLUTE_TIME is in the format HH:MM_YYMMDD, YYYYMMDD, MM/DD/YY, or any other at(1)
-compatible time format.
at(1)
是什么意思,如何获取 at(1)
兼容时间格式的列表?
at(1)
指的是在手册页 1
部分中找到的名为 at
的 *nix 命令。在命令 line/shell 中,键入 man 1 at
以阅读文档,
或参见例如http://pubs.opengroup.org/onlinepubs/9699919799/utilities/at.html
我在 Graphite docs 中找到了下面的引用:
ABSOLUTE_TIME is in the format HH:MM_YYMMDD, YYYYMMDD, MM/DD/YY, or any other
at(1)
-compatible time format.
at(1)
是什么意思,如何获取 at(1)
兼容时间格式的列表?
at(1)
指的是在手册页 1
部分中找到的名为 at
的 *nix 命令。在命令 line/shell 中,键入 man 1 at
以阅读文档,
或参见例如http://pubs.opengroup.org/onlinepubs/9699919799/utilities/at.html