Mawk

Executes commands, processes text data, and performs calculations based on specified patterns and actions.

Made by Thomas E. Dickey

  • awk

  • Programming Language

What is Mawk?

mawk is an interpreter for the AWK Programming Language. It allows users to process text data and generate reports based on specific patterns or conditions. The program can perform complex data manipulation tasks, such as field extraction, calculation, and conditional processing, all within a compact and efficient script

Highlights

  • Supports the full AWK programming language syntax and features
  • Processes text data from files or standard input
  • Enables field extraction, calculation, and conditional processing
  • Generates customized reports and outputs based on defined patterns
  • Efficient and compact script execution

Platforms

  • Linux

Languages

  • English

Features

    • Interpreter