⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{implementation|AWK}}

''nawk'' is another name for ''The One True Awk'', the original implementation by Alfred Aho, Peter Weinberger and Brian Kernighan.

''nawk'' is "New Awk", and refers to the [http://en.wikibooks.org/wiki/An_Awk_Primer/Nawk the new features from 1985]. Versions from before 1985 would be ''oawk'' for "Old Awk". There is no reason to use ''oawk'', but some systems had both, and the [http://heirloom.sourceforge.net/tools.html Heirloom Toolchest] still includes both ''oawk'' and ''nawk''.

Because of the release of [http://www.cs.princeton.edu/~bwk/btl.mirror/ source code of The One True Awk], some [[BSD]] systems now include ''nawk'' as /usr/bin/awk.