About 438,000 results
Open links in new tab
  1. AWK command in Unix/Linux with examples - GeeksforGeeks

    Nov 6, 2025 · The AWK command is a powerful text-processing and pattern-scanning tool in Linux used for manipulating data and generating formatted reports. It reads files line by line, …

  2. The GNU Awk User’s Guide

    This is Edition 5.3 of GAWK: Effective AWK Programming: A User’s Guide for GNU Awk, for the 5.3.1 (or later) version of the GNU implementation of AWK.

  3. AWK - Wikipedia

    The AWK language is a data-driven scripting language consisting of a set of actions to be taken against streams of textual data – either run directly on files or used as part of a pipeline – for …

  4. Awk Tutorial

    Starting with an overview of AWK, its environment, and workflow, the tutorial proceeds to explain the syntax, variables, operators, arrays, loops, and functions used in AWK. It also covers …

  5. Awk - A Tutorial and Introduction - by Bruce Barnett - Grymoire

    The "new AWK," or "nawk", comes on the Sun system, and you may find it superior to the old AWK in many ways. In particular, it has better diagnostics, and won't print out the infamous …

  6. AWK Command in Linux with Examples - phoenixNAP

    Dec 16, 2025 · The awk command is a powerful text processing and data manipulation tool in Linux. This detailed tutorial shows how to use awk effectively.

  7. Linux Awk Command - Computer Hope

    Jun 1, 2025 · Short for "Aho, Weinberger, and Kernighan," AWK is an interpreted programming language which focuses on processing text. AWK was developed in the 1970s at Bell Labs by …

  8. Guide to the AWK Programming Language | Baeldung on Linux

    Mar 26, 2025 · In this tutorial, we’ve set a motivational runway by developing an understanding of the basic building blocks of AWK programming language. With this, we’re now ready to write …

  9. Mastering Linux Awk: A Comprehensive Guide with Examples

    Nov 14, 2025 · Awk is a powerful text-processing language that comes pre-installed on most Linux systems. It provides a simple yet flexible way to manipulate text data, making it a …

  10. How to Use the awk Command on Linux - How-To Geek

    Sep 27, 2023 · awk is used to filter and manipulate output from other programs by applying rules with patterns and actions. awk can print specific fields from text, modify separators between …