Files
til/unix/get-the-unix-timestamp.md
T

257 B

Get The Unix Timestamp

To get the Unix timestamp from your shell, use the time command with the appropriate format:

$ date +%s

source