hpr2824 :: Gnu Awk - Part 15
Redirection of input and output - part 2
Hosted by Dave Morriss on Thursday, 2019-05-30 is flagged as Explicit and is released under a CC-BY-SA license.
Awk utility, Awk Language, gawk, redirection.
(Be the first).
The show is available on the Internet Archive at: https://archive.org/details/hpr2824
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:31:56
Learning Awk.
Episodes about using Awk, the text manipulation language. It comes in various forms called awk, nawk, mawk and gawk, but the standard version on Linux is GNU Awk (gawk). It's a programming language optimised for the manipulation of delimited text.
Introduction
This is the fifteenth episode of the “Learning Awk” series which is being produced by b-yeezi and myself.
This is the second of a pair of episodes looking at redirection in Awk scripts.
In this episode I will spend some time looking at the getline
command used for explicit input (as opposed to the usual implicit sort), often with redirection. The getline
command is a complex subject which I will cover only relatively briefly. You are directed to the getline
section of the GNU Awk User’s Guide for the full details.
Long notes
I have provided detailed notes as usual for this episode, and these can be viewed here.
Links
- Previous shows in this series on HPR:
- “Gnu Awk - Part 1” - episode 2114
- “Gnu Awk - Part 2” - episode 2129
- “Gnu Awk - Part 3” - episode 2143
- “Gnu Awk - Part 4” - episode 2163
- “Gnu Awk - Part 5” - episode 2184
- “Gnu Awk - Part 6” - episode 2238
- “Gnu Awk - Part 7” - episode 2330
- “Gnu Awk - Part 8” - episode 2438
- “Gnu Awk - Part 9” - episode 2476
- “Gnu Awk - Part 10” - episode 2526
- “Gnu Awk - Part 11” - episode 2554
- “Gnu Awk - Part 12” - episode 2610
- “Gnu Awk - Part 13” - episode 2804
- “Gnu Awk - Part 14” - episode 2816
- Resources: