fflush(
[
output-expr
]
)
Flush any buffers associated with open output file or pipe output-expr
. {B}
gawk
extends this function. If no output-expr
is supplied, it flushes standard output. If output-expr
is the null string (""
), it flushes all open files and pipes. {G}