ubuntu-buildroot/output/build/host-gawk-5.2.0/test/profile9.ok

15 lines
85 B
Plaintext

# Some
# header
# comments
# Add up
{
sum += $1
}
# Print sum
END {
print sum
}