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
/
longsub.awk
blob: 07a4a85f0df460b4a982dc2762e6899fcf84898b (
plain
)
1
{
sub
(
"^.*AA"
,
"BB"
);
print
}