logoalt Hacker News

chasil11/21/20241 replyview on HN

The lingua franca is actually the POSIX shell:

https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V...

There is a bunch of bash that you should not learn. The differing coprocess syntax from korn is one particular bugbear. Still, if you are hacking on ReaR or other critical tools that sink deep into bash's slang, you don't have much choice.


Replies

kfajdsl11/21/2024

I mean, yes, but 99% of deployments are going to be bash on some flavor of Linux.

show 1 reply