Home
Manpages
About
(root)/
gawk-5.2.2/
test/
symtab7.awk
BEGIN { getline for (i = 1; i <= NF;++i) SYMTAB[$i] = i } { print $Age }