Files
hpr_website/www/eps/hpr2824/hpr2824_awk15_ex2.awk

9 lines
130 B
Awk
Raw Permalink Normal View History

2025-10-28 18:39:57 +01:00
#!/usr/bin/awk -f
# Downloadable example 2 for GNU Awk Part 15
{ print "R1 ---" }
{ print "R2",$0; getline }
{ print "R3",$0 }