Skip Navigation

New 2024 POSIX Standards specify features for sh and standard shell utilities

ieeexplore.ieee.org /document/10555529

The document itself is paywalled like all the POSIX specifications, so here are some highlights courtesy of some comments at HackerNews, especially from a-french-anon.

Linux @programming.dev

POSIX 2024 has been published

33 0
Programming @programming.dev

POSIX.1-2024 has been published

45 17
Hacker News @lemmy.smeargle.fans

POSIX.1-2024 is published

5 0
1 comments
  • IMO the NUL-delimited options are by far the biggest win for shell scripting. $' ' will be the most commonly used addition, but "$(printf '...')" was always an option before. You don't really have an alternative read -d ''.