Re: Shut down or leave on?> That's still a little bit high, actually: > > ~$> echo "24 * 365.25" | bc > 8766.00 > > but I only did this to illustrate the more compact use > of some system tools, in this case 'echo', 'bc' and a pipe. :)
G.W. ....
Python can also be used in a handy and compact form ....
$ python -c "x = 24 * 365.25 ; print '%.2f' % x "
8766.00
--
Stanley C. Kitching
Human Being
Phoenix, Arizona
----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Received on Sun Sep 2 10:57:13 2007
This archive was generated by hypermail 2.1.8
: Sun Oct 07 2007 - 03:35:29 EDT
|