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

9 lines
53 B
Awk

/apple/ {
$0 = $0
x = $0
}
END {
print x
}