unix date, number of seconds since epoch
- by Mike
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