xref: /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/longsub.awk (revision 78801af7286cd73dbc996d470f789e75993cf15d)
1{sub( "^.*AA", "BB"); print}
2