Answers for "linux display unix timestamp"

0

get unix time from date

$ date +%s  ## gives UNIX timestamp at command line
Posted by: Guest on January-26-2022
0

unix timestamp bash

date +%s 

# Give the number of seconds since epoch
Posted by: Guest on May-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language