About 129,000 results
Open links in new tab
  1. AWK command in Linux - GeeksforGeeks

    Mar 18, 2026 · awk is a powerful text-processing command in Linux used to analyze, filter, and manipulate structured data such as logs, CSV files, and command output. It works by scanning input …

  2. 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 purposes of …

  3. The GNU Awk User’s Guide

    The GNU implementation of awk is called gawk; if you invoke it with the proper options or environment variables, it is fully compatible with the POSIX 1 specification of the awk language and with the Unix …

  4. awk Command in Linux: A Practical Guide with Real Examples

    Mar 21, 2026 · awk is a pattern-scanning and text-processing language built into virtually every Linux and Unix-like system. The name comes from its three creators: Aho, Weinberger, and Kernighan. It …

  5. Awk Command in Linux with Examples | Linuxize

    Feb 15, 2026 · Awk is a command-line text processing language. This guide covers syntax, patterns, actions, variables, arrays, and practical examples.

  6. AWK Command in Linux: Complete Guide with Practical Examples

    Feb 2, 2026 · Learn the AWK command in Linux with practical examples. Covers syntax, patterns, columns, BEGIN/END blocks, loops, scripts, and real-world use cases.

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

    Sep 27, 2023 · On Linux, awk is a command-line text manipulation dynamo, as well as a powerful scripting language. Here's an introduction to some of its coolest features. The awk command was …

  8. awk (1p) - Linux manual page - man7.org

    Historical implementations of awk have long supported <backslash>-escape sequences as an extension to extended regular expressions, and this extension has been retained despite inconsistency with …

  9. 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 topics such as …

  10. 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 "bailing out near …