- cross-posted to:
- shell@programming.dev
- linux@programming.dev
- cross-posted to:
- shell@programming.dev
- linux@programming.dev
A note from earlier today says the HTML edition will be available soon. I assume that means it will show up here: https://pubs.opengroup.org/onlinepubs/9699919799/
Is posix still relevant in any way?
Yes.
Why?
Because it’s the foundation of a lot of cross-platform code, from the standard libraries in various programming languages to innumerable shell scripts.
Unless all the computing devices you use run Windows, you probably depend on POSIX, whether you have direct contact with it or not.
Shell scripts were a mistake. The weirdness you have to remember to safely stop executing when something fails is mind-boggling.
I’m so glad nushell exists and doesn’t need any configuring to just do the reasonable thing and stop executing when something fails.
Shell scripts were a mistake. The weirdness you have to remember to safely stop executing when something fails is mind-boggling.
nushell scripts aren’t shellscripts?