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

15 lines
85 B
Plaintext
Raw Normal View History

2024-04-01 15:19:46 +00:00
# Some
# header
# comments
# Add up
{
sum += $1
}
# Print sum
END {
print sum
}