Categories
Tech

1234567890

I wrote a little one-liner to celebrate the epoch time of 1234567890, reached at approximately 3:30 PST on Friday, February 13, 2009.

Here’s the code:

perl -e “print \`clear\`; print \”Starting at: \” . \`date\`; while (1) { \$exclaim = ”; if (time() == 1234567890) { \$exclaim = \” FTW\!\!\!\”; } print time() . \$exclaim . \”\n\”; sleep 1; }”

And here’s a screen grab of that code running in a shell: