new 'echo'

Andrew Koenig ark at alice.UUCP
Tue Apr 16 14:22:19 AEST 1985


>	for(i=1; i<argc; 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?



More information about the Comp.sources.bugs mailing list