Skip to content

Files

Latest commit

7ae8ce6 · Apr 2, 2016

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