Home
Manpages
About
(root)/
gawk-5.2.2/
test/
profile9.awk
# Some # header # comments # Add up { sum += $1 } # Print sum END { print sum }