Comment 1 for bug 2000741

Revision history for this message
Eduard Drenth (eduarddrenth) wrote :

Or actually this should print ba according to the awk manual:

eduard@eduard-N150CU:~$ echo "ab"|gawk '{gsub(/(a)(b)/,"\\2\\1"); print}'
\2\1