Live data from Hacker News

The Open Group Base Specifications Issue 8

pubs.opengroup.org

1–10 of 12 posts

Re: The Open Group Base Specifications Issue 8

#3
Changes in system interfaces: https://pubs.opengroup.org/onlinepubs/9799919799/xrat/V4_xsh...

Changes to utilities: https://pubs.opengroup.org/onlinepubs/9799919799/xrat/V4_xcu...

Seems ratfor77 is gone ;)

Now we only need to update LSB with Docker, io_uring, and systemd LOL

Re: The Open Group Base Specifications Issue 8

#6
>Note, however, that "$(( x=5 ))" need not be equivalent to "$(( $x=5 ))" . If the value of the environment variable x is the string "y=" , the expansion of "$(( x=5 ))" would set x to 5 and output 5, but "$(( $x=5 ))" would output 0 if the value of the environment variable y is not 5 and would output 1 if the environment variable y is 5. Similarly, if the value of the environment variable is 4, the expansion of "$(( x=5 ))" would still set x to 5 and output 5, but "$(( $x=5 ))" (which would be equivalent to "$(( 4=5 ))" ) would yield a syntax error.

Ah, never change, Unix shells :) I still love this bonkers language.

Post reply on HN