Get Current Timestamp

Get the current Unix timestamp in milliseconds.

Code

General
echo $(($(date +%s) * 1000))
Server

More Bash Snippets