ubuntu-buildroot/output/build/host-gawk-5.2.0/test/rscompat.awk

3 lines
38 B
Awk

BEGIN { RS = "bar" }
{ print $1, $2 }