index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
commas.awk
blob: 1013b9cbab07a72f034f6772d6456dcf50936d22 (
plain
)
1
2
3
4
BEGIN
{
printf
(
"%'d
\n
"
,
123456789
)
printf
(
"%'f
\n
"
,
123456789
)
}