Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
butisaidsudo
on July 13, 2017
|
parent
|
context
|
favorite
| on:
Countdown to timestamp 1,500M
Oohhh, didn't know about watch, thanks! If you want it to count down instead:
$ watch -n1 'echo $((1500000000 - $(date +%s)))'
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
$ watch -n1 'echo $((1500000000 - $(date +%s)))'