标签: bash macos datetime stat
我有很多时间来测试此代码。 奇怪的是,某些情况下效果很好,但有些时候无法正常工作,并输出如下错误消息。
a=12/12/2018 b=12:06:08
将时间日期更改为纪元时间
c=$(date -j -f "%m/%d/%Y %H:%M:%S" "$a $b" "+%s")
和echo $c然后
echo $c
date: nonexistent time << error
谁知道为什么会发生此错误?