[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
awk
Brian Kernighan, one of the original designers of Unix awk
,
has made his version available via his home page
(see section Other Freely Available awk
Implementations).
This section describes extensions in his version of awk
that are
not in POSIX awk
.
awk
no longer needs these options;
it continues to accept them to avoid breaking old programs.
fflush
built-in function for flushing buffered output
(see section Input/Output Functions).
func
as an abbreviation for function
(see section Function Definition Syntax).
The Bell Laboratories awk
also incorporates the following extensions,
originally developed for gawk
:
gawk
).
FS
and for the third
argument to split
to be null strings
(see section Making Each Character a Separate Field).
nextfile
statement
(see section Using gawk
's nextfile
Statement).
delete
Statement).