Home
Manpages
About
(root)/
gawk-5.2.2/
test/
getline2.awk
BEGIN { while( getline > 0) { print } }