Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: random numbers in awk? Message-ID: <7453@auspex.auspex.com> Date: 26 Apr 91 18:25:51 GMT Article-I.D.: auspex.7453 References: <26019@adm.brl.mil> <1991Apr24.041134.14519@athena.mit.edu> <1991Apr24.173502.9731@berlioz.nsc.com> Organization: Auspex Systems, Santa Clara Lines: 9 >The current version (1986) of AWK has rand() as well. On the SunOS, it has >been renamed to be NAWK (New AWK). SunOS didn't rename it; that name came from System V Release 3.1, which offers the "old AWK" as "awk" and "oawk", and the "new AWK" as "nawk". The theory was, I guess, that people with scripts that depended on the "old AWK" should change them to use "oawk", so that in the future "awk" could become the "new AWK". However, according to the S5R4 documentation, "awk" is still the old AWK....