如何在Solaris shell中打印自unix纪元以来的秒数
有没有办法使用 unix date
打印自纪元以来的秒数?
如果有办法的话,我愿意使用其他标准 shell 命令
(我使用的是 Solaris,所以没有日期“+”%s”
)
谢谢
Is there a way to use unix date
to print the number of seconds since epoch?
I'm open to using other standard shell commands if there is a way
(I'm using Solaris, so there isn't date "+"%s"
)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
好吧,由于这是一个编程网站,我只会编译类似的内容:
:-)
Well, since this is a programming site, I would just compile something like:
:-)
你可以尝试 nawk,(但尝试使用 perl 命令进行双重确认,看看它们是否给出相同的结果)
you can try nawk,(but try to double confirm with the perl commands and see if they give the same results)
试试这个
Try this