Next: Extensions in Brian Kernighan’s awk, Previous: Changes Between SVR3.1 and SVR4, Up: The Evolution of the awk Language [Contents][Index]
awkThe POSIX Command Language and Utilities standard for awk (1992)
introduced the following changes into the language:
CONVFMT for controlling the conversion of numbers
to strings (see Conversion of Strings and Numbers)
In 2012, a number of extensions that had been commonly available for many years were finally added to POSIX. They are:
fflush() built-in function for flushing buffered output
(see Input/Output Functions)
nextfile statement
(see The nextfile Statement)
delete Statement)
See Common Extensions Summary for a list of common extensions not permitted by the POSIX standard.
The 2018 POSIX standard can be found online at https://pubs.opengroup.org/onlinepubs/9699919799/.