The System V Release 4 (1989) version of Unix awk added these features (some of which originated in gawk):
ENVIRON
variable (see Built-in Variables).
srand
built-in function
(see Numeric Functions).
toupper
and tolower
built-in string functions
for case translation
(see String Functions).
printf
function
(see Control Letters).
"%*.*d"
)
in the argument list of the printf
function
(see Control Letters).
/foo/
, as expressions, where
they are equivalent to using the matching operator, as in `$0 ~ /foo/'
(see Using Constant Regexps).