【发布时间】:2019-11-05 03:43:50
【问题描述】:
tcsh 历史文件中的数字是什么意思?
[root@localhost ~]# vi /home/test/.history
#+1572853835
su 0-
#+1572854170
history -a
#+1572854172
history -w
【问题讨论】:
tcsh 历史文件中的数字是什么意思?
[root@localhost ~]# vi /home/test/.history
#+1572853835
su 0-
#+1572854170
history -a
#+1572854172
history -w
【问题讨论】:
好像这些是Unix Timestamps,您可以使用此链接将它们转换为人类可读的时间戳:https://www.epochconverter.com/
【讨论】: