Home
Manpages
About
(root)/
gawk-5.2.2/
test/
fwtest.awk
BEGIN { FIELDWIDTHS = "1 1 1" } { print NF, $1, $2, $3 }