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
/
dynlj.awk
blob: ec6851bb1702d6b18ac68873f80d9989dcfa266e (
plain
)
1
BEGIN
{
printf
"%*sworld
\n
"
,
-
20
,
"hello"
}