About 142,000 results
Open links in new tab
  1. 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.

  2. AWK command in Linux - GeeksforGeeks

    Feb 4, 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 …

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

  4. American Water Works Company, Inc. (AWK) - Yahoo Finance

    Discover historical prices for AWK stock on Yahoo Finance. View daily, weekly or monthly format back to when American Water Works Company, Inc. stock was issued.

  5. 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 …

  6. Linux awk command Explained with Examples - LinuxOPsys

    Nov 14, 2023 · AWK is a versatile scripting language and command-line tool used in UNIX and Linux for processing and analyzing text files. It supports several variables, functions, and logical operators to …

  7. Awk Cheatsheet - Linuxize

    Feb 7, 2026 · This cheatsheet covers common awk patterns, fields, and formatting tasks. Process lines and fields. Change the input field separator. Filter lines by conditions. Do arithmetic and totals. …

  8. 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.

  9. 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 Alfred …

  10. 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 …