Talk:Day of the week: Difference between revisions

Content deleted Content added
about a change in unix shell
Line 125: Line 125:
==UNIX Shell==
==UNIX Shell==
As modified by 71.106.183.17. I suggest to give back my implementation, it should be a little bit better, since this one now relies on the execution of another program (seq) while the for((..)) version is all executed into the bash interpreter. Maybe this last version works also with other shells, but I've put the Works With with a reason then! Let's think about. --[[User:ShinTakezou|ShinTakezou]] 00:28, 14 December 2008 (UTC)
As modified by 71.106.183.17. I suggest to give back my implementation, it should be a little bit better, since this one now relies on the execution of another program (seq) while the for((..)) version is all executed into the bash interpreter. Maybe this last version works also with other shells, but I've put the Works With with a reason then! Let's think about. --[[User:ShinTakezou|ShinTakezou]] 00:28, 14 December 2008 (UTC)

I am happy to use your original, although I did check and ''seq'' is available on Cygwin. --[[User:Paddy3118|Paddy3118]] 06:44, 14 December 2008 (UTC)