index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
longsub.awk
blob: 07a4a85f0df460b4a982dc2762e6899fcf84898b (
plain
)
1
{
sub
(
"^.*AA"
,
"BB"
);
print
}