[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The System V Release 4 (1989) version of Unix awk
added these features
(some of which originated in gawk
):
ENVIRON
variable (see section 7.5 Built-in Variables).
srand
built-in function
(see section 9.1.2 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 the printf
function
(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).