awk

A versatile programming language for working on files.

=> More information.

awk '{print $5}' {filename}
awk '/{foo}/ {print $2}' {filename}
awk -F ',' '{print $NF}' {filename}
awk '{s+=$1} END {print s}' {filename}
awk 'NR%3==1' {filename}
awk '{if ($1 == "foo") print "Exact match foo"; else if ($1 ~ "bar") print "Partial match bar"; else print "Baz"}' {filename}
awk '($10 == value)'
awk '($10 >= min_value && $10 <= max_value)'
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

=> CC-BY

Proxy Information
Original URL
gemini://freeshell.de/tldr/awk.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
104.360486 milliseconds
Gemini-to-HTML Time
0.310734 milliseconds

This content has been proxied by September (ba2dc).