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
/
zeroflag.awk
blob: 526ed0e89a7d5fbceb4ded80456a5c26173a93d3 (
plain
)
1
BEGIN
{
printf
(
"%2.1d---%02.1d
\n
"
,
2
,
2
)
}