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: 731726cfc2c4081856ba0310d8bd8e448769478a (
plain
)
1
{
sub
(
/[[:lower:]]/
,
"&"
)
;
print
}