Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1exp 11/4/83; site ihuxx.UUCP Path: utzoo!linus!decvax!harpo!eagle!mhuxl!houxm!ihnp4!ihuxx!ignatz From: ignatz@ihuxx.UUCP Newsgroups: net.general Subject: Merry Christmas in Bourne Shell Message-ID: <592@ihuxx.UUCP> Date: Sat, 12-Nov-83 19:37:28 EST Article-I.D.: ihuxx.592 Posted: Sat Nov 12 19:37:28 1983 Date-Received: Mon, 14-Nov-83 05:41:41 EST Organization: AT&T Bell Labs, Naperville, Il Lines: 17 At first I laughed at this...then got annoyed at the waste of net resources...then I read the programs. Really...I should have saved all of them as a comparative demonstration of how hard/easy it is to do some things in different languages! Anyway, here's another way to do it on a Unix system: COUNT=0 while test $COUNT -lt 15 do echo "Merry Christmas." COUNT=`expr $COUNT + 1` done Ta! Dave Ihnat ihuxx!ignatz