freebsd-nq/contrib/awk/test/getline.awk
1997-10-14 18:17:11 +00:00

2 lines
40 B
Awk

BEGIN { while( getline > 0) { print } }