Talk:Day of the week: Difference between revisions

(→‎UNIX Shell: seq vs common for looping)
Line 129:
 
:It's not so important... The seq is into the GNU coreutils, so 99/100 should exist. It's a memory and elegance matter. The backtilde say to execute the extern command, which generate a list for ''for''. The calling to another extern tool can be avoided, and we don't need to create the list which is like: 2008 2009 2010 2011 2012 2013 ..... 2121 ... not so short. Bash allows to use a counter in a rather common way, so I've thought it was much better, and we have not to worry about how long the list generated as output by ''seq'' is. Anyway, it does not matter. --[[User:ShinTakezou|ShinTakezou]] 15:04, 14 December 2008 (UTC)
 
==Zune Problem==
It seems owners of the Microsoft Zune MP3 player had date related issues [[http://74.125.77.132/search?q=cache:6Q7xpDmGz-8J:www.zuneboards.com/forums/zune-news/38143-cause-zune-30-leapyear-problem-isolated.html+Zune+leapyear&hl=en&client=firefox-a&gl=uk&strip=1 recently]].
 
(The link is to a Google cache as the page was not accessible when I tried).
 
--[[User:Paddy3118|Paddy3118]] 13:27, 2 January 2009 (UTC)
Anonymous user