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

10 lines
63 B
Awk
Raw Normal View History

2024-04-01 15:19:46 +00:00
function test(x) {
print x
getline
print x
}
{
test($0)
}