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
/
numsubstr.awk
blob: 7a30993b83dd6d89e879dcfc8ee3f3b0da0b0396 (
plain
)
1
{
print
substr
(
1000
+
$1
,
2
)
}