Tag Archives: awk begin body end

AWK tutorial: awk workflow

AWK follows a simple workflow − Read, Execute, and Repeat. BODY block This block is the core of the awk command. It consists of three parts. Read AWK reads a line from the input stream (file, pipe, or stdin) and … Continue reading

Posted in Awk Command, Text Processing | Tagged , , , | 8 Comments