• Home
  • Search Tags
  • About

awk

Topics related to awk:

Getting started with awk

The name AWK comes from the last initials of its creators Alfred V. Aho, Peter J. Weinberger, and
Brian W. Kernighan.

Resources

  • The Illumos AWK man-page
  • The Plan9 AWK man-page
  • The GNU AWK Users Guide
  • The AWK Programming Language

Variables

String manipulation functions

Built-in Variables

Useful one-liners - calculating average from a CSV etc

Patterns

Row Manipulation

Patterns and Actions

Two-file processing

Built-in functions

Fields

Arrays

Content on the page is taken from Stack Overflow Documentation

This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service