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
/
subamp.awk
blob: 2638e6ead2ca4e6b0a4c5383fd3523d93f4b91a4 (
plain
)
1
{
sub
(
/[a-z]/
,
"&"
)
;
print
}