Next: Ranges and Locales, Previous: Feature History, Up: Language History [Contents][Index]
The following table summarizes the common extensions supported
by gawk, Brian Kernighan’s awk, and mawk,
the three most widely used freely available versions of awk
(see section Other Freely Available awk Implementations).
| Feature | BWK awk | mawk | gawk | Now standard | 
|---|---|---|---|---|
| ‘\x’ escape sequence | X | X | X | |
| FSas null string | X | X | X | |
| /dev/stdin special file | X | X | X | |
| /dev/stdout special file | X | X | X | |
| /dev/stderr special file | X | X | X | |
| deletewithout subscript | X | X | X | X | 
| fflush()function | X | X | X | X | 
| length()of an array | X | X | X | |
| nextfilestatement | X | X | X | X | 
| **and**=operators | X | X | ||
| funckeyword | X | X | ||
| BINMODEvariable | X | X | ||
| RSas regexp | X | X | ||
| Time-related functions | X | X |