-1

What do the numbers in the tcsh history file mean?

[root@localhost ~]# vi /home/test/.history
#+1572853835
su 0-
#+1572854170
history -a
#+1572854172
history -w
Chico3001
  • 1,853
  • 1
  • 22
  • 43

1 Answers1

-1

Seems like those are Unix Timestamps you can convert them to human readable timestamps using this link: https://www.epochconverter.com/

Chico3001
  • 1,853
  • 1
  • 22
  • 43