Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site alice.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!alice!ark From: ark@alice.UUCP (Andrew Koenig) Newsgroups: net.jokes,net.sources.bugs Subject: Re: new 'echo' Message-ID: <3582@alice.UUCP> Date: Mon, 15-Apr-85 23:22:19 EST Article-I.D.: alice.3582 Posted: Mon Apr 15 23:22:19 1985 Date-Received: Tue, 16-Apr-85 05:52:48 EST References: <6265@ucbvax.ARPA> Organization: Bell Labs, Murray Hill Lines: 8 Xref: watmath net.jokes:11752 net.sources.bugs:286 > for(i=1; i if ((! qflg) && ((! rflg) || (rflg && (random()&08)))) { > fputs(argv[i], stdout); > if (i < argc-1) > putchar(' '); > } random()&08? Is this some new kind of octal digit?