Built-in functions are functions that are always available for
your awk
program to call. This chapter defines all the built-in
functions in awk
; some of them are mentioned in other sections,
but they are summarized here for your convenience. (You can also define
new functions yourself. See section User-defined Functions.)
int
, sin
and rand
.
split
, match
, and
sprintf
.
Go to the first, previous, next, last section, table of contents.