summaryrefslogtreecommitdiff
path: root/test/getline2.awk
blob: f4e413f936a538a8a46cf4fe41c2508fddff4069 (plain)
1
BEGIN { while( getline > 0) { print } }