(root)/
gawk-5.2.2/
test/
profile9.ok
# Some
# header
# comments

# Add up
{
	sum += $1
}

# Print sum
END {
	print sum
}