Home
Manpages
About
(root)/
gawk-5.2.2/
test/
fpat7.awk
BEGIN { FPAT = "[^,]*" } { print $1, $2 }