Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 257 Bytes

get-the-unix-timestamp.md

File metadata and controls

10 lines (7 loc) · 257 Bytes

Get The Unix Timestamp

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

$ date +%s

source