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
/
lc_num1.awk
blob: c982a146133029b21f1e0aeb95a81f0610316066 (
plain
)
1
2
3
4
# Bug reported by Ulrich Drepper.
BEGIN
{
printf
(
"%'d %d
\n
"
,
1000000
,
1000000
)
}