Previous: Profiling, Up: Advanced Features [Contents][Index]
gawk
to treat
octal- and hexadecimal-looking input data as octal and hexadecimal.
This option should be used with caution or not at all; use of strtonum()
is preferable.
Note that this option may disappear in a future version of gawk
.
PROCINFO["sorted_in"]
to the name of a user-defined
function that does the comparison of array elements based on index and value.
asort()
or asorti()
to control how
those functions sort arrays. Or you may provide one of the predefined control
strings that work for PROCINFO["sorted_in"]
.
getline
and write to it with print
or printf
. Use close()
to close off the coprocess completely, or
optionally, close off one side of the two-way communications.
gawk
supports both IPv4 and IPv6.
USR1
signal while profiling causes
gawk
to dump the profile and keep going, including a function call stack.