= Date as unix timestamp via CLI =

In order to display the current time as a unix timestamp:

date "+%s"

= References =