Next: POSIX, Previous: V7/SVR3.1, Up: Language History [Contents][Index]
The System V Release 4 (1989) version of Unix awk added these features
(some of which originated in gawk):
ENVIRON array (see section Predefined Variables)
srand() built-in function
(see section Numeric Functions)
toupper() and tolower() built-in string functions
for case translation
(see section String-Manipulation Functions)
printf function
(see section Format-Control Letters)
"%*.*d")
in the argument list of printf and sprintf()
(see section Format-Control Letters)
/foo/, as expressions, where
they are equivalent to using the matching operator, as in ‘$0 ~ /foo/’
(see section Using Regular Expression Constants)