Overview
-
awkis an interpreted programming language designed for text processing and typically used as a data extraction and reporting tool. It is a standard feature of most Unix-like operating systems, and has a POSIX specification.Anawkprogramming paradigm can be said to be "data driven": anawkprogram reads lines (or other units of text), and looks for matches of . When a match occurs, the specified is performed.