(root)/
gawk-5.2.2/
test/
commas.awk
BEGIN {
	printf("%'d\n",123456789)
	printf("%'f\n",123456789)
}