Groups | Search | Server Info | Login | Register
Groups > comp.lang.awk > #9914
| From | Alex Bochannek <alex@bochannek.com> |
|---|---|
| Newsgroups | comp.lang.awk |
| Subject | Re: Tawk 5.0 doc available |
| References | <67bd90eb$0$714$14726298@news.sunsite.dk> <87frk1pqu8.fsf@nosuchdomain.example.com> <vplmqp$b7g$1@nnrp.usenet.blueworldhosting.com> <67c025f0$0$708$14726298@news.sunsite.dk> <vpp9ho$31um3$1@dont-email.me> |
| Message-ID | <m2eczjqj7k.fsf@bochannek.com> (permalink) |
| Organization | Forte - www.forteinc.com |
| Date | 2025-02-27 11:30 -0800 |
Janis, Janis Papanagnou <janis_papanagnou+ng@hotmail.com> writes: > On 27.02.2025 09:44, Aharon Robbins wrote: >> >> The MKS toolkit is as you described, it's been around for ages. Like >> almost 40 years. The awk from it became the POSIX awk in Solaris. [...] > > Interesting. - BTW... > > Many years ago I tried to find out where the Mac OS_X Awk stems from. > Back then I could not find any hint on that. > > Does anyone know what Awk version is/was the base of Apple's Awk? At https://opensource.apple.com/releases/ you will find which macOS release includes which Apple build of AWK. You can also run strings on the awk executable and grep for PROJECT, which for me (macOS Sequoia) shows: @(#)PROGRAM:awk PROJECT:awk-40 At https://github.com/apple-oss-distributions/awk you can then find the latest version (awk-40) on main and older versions on their own branch. For all but the oldest there is an awk.plist file. In there you see: <key>OpenSourceWebsiteURL</key> <string>https://github.com/onetrueawk/awk</string> So, macOS AWK appears to be BWK AWK. Hope this helps. -- Alex.
Back to comp.lang.awk | Previous | Next — Previous in thread | Next in thread | Find similar
Tawk 5.0 doc available arnold@skeeve.com (Aharon Robbins) - 2025-02-25 09:44 +0000
Re: Tawk 5.0 doc available gazelle@shell.xmission.com (Kenny McCormack) - 2025-02-25 16:04 +0000
Re: Tawk 5.0 doc available arnold@skeeve.com (Aharon Robbins) - 2025-02-25 18:34 +0000
Re: Tawk 5.0 doc available Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-02-25 15:06 -0800
Re: Tawk 5.0 doc available "Arti F. Idiot" <addr@is.invalid> - 2025-02-25 17:21 -0700
Re: Tawk 5.0 doc available arnold@freefriends.org (Aharon Robbins) - 2025-02-27 08:44 +0000
Re: Tawk 5.0 doc available Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-02-27 09:59 +0100
Re: Tawk 5.0 doc available Alex Bochannek <alex@bochannek.com> - 2025-02-27 11:30 -0800
Re: Tawk 5.0 doc available Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-02-28 06:58 +0100
Re: Tawk 5.0 doc available arnold@freefriends.org (Aharon Robbins) - 2025-02-28 13:07 +0000
Re: Tawk 5.0 doc available Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-02-28 15:03 +0100
csiph-web