GeistHaus
log in · sign up

The GNU Awk User’s Guide

gnu.org

The GNU Awk User’s Guide

16 pages link to this URL
An Online Python re.findall Service

As a programmer, I know that grep, sed and awk are powerful for processing text, but they sometimes aren't that straight-forward for specific tasks, as I need to think about how to filter the lines and the columns out. So I wonder if there is a handy way to do these tasks? After using it for a while, I think using regex directly can help, so I launched a re.findall service building on top of Python re.findall API.

0 inbound links website en PythontexttoolkitTools
The state of the AWK

AWK is a text-processing language with a history spanning more than 40 years. It has a POSIX st [...]

2 inbound links article en
quine in awk

Paul Bauer, computer programmer working at Datadog, has professional interest in: resilient software engineering, functional programming, databases, profiling, remote work, personal knowledge management.

What does $0=$2 in awk do? learn awk - Kaushik Gopal's Website

The trick to understanding awk in all its terse glory is to understand its defaults. Most solutions you see in the wild are a clever symphony of awk defaults stacked on top of each other. In this post, I break down one of the most popular one-liners which should hopefully make future awk-ing pretty straight forward.

0 inbound links article en