Thread
:
Request: 2012 Doomsday Clock
View Single Post
allnameswereout
2009-10-30 , 22:14
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#
13
Seconds: $ calc \(`date --date=121221 +%s` - `date +%s`\)
Minutes: $ calc \(`date --date=121221 +%s` - `date +%s`\) / 60
Hours: $ calc \(`date --date=121221 +%s` - `date +%s`\) / \(60 \* 60\)
Days: $ calc \(`date --date=121221 +%s` - `date +%s`\) / \(60 \* 60 \* 24\)
Years: $ calc \(`date --date=121221 +%s` - `date +%s`\) / \(60 \* 60 \* 24 \* 365.25\)
Pi: $ pi
3.141592653589793238462643383279502884197169399375 10582097494459230781640628620899862803482534211706 7
Nonsense
__________________
Goosfraba!
All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
Quote & Reply
|
allnameswereout
View Public Profile
Send a private message to allnameswereout
Find all posts by allnameswereout