majkinetor
Programmer
I want to translate this line from SED to AWK:
s/(g1)(g2)/\1\n/g
is this possible to do in AWK ?
I didn't find anybody using \N in it.
If not,is there any variant of awk supporting this ?
thx.
s/(g1)(g2)/\1\n/g
is this possible to do in AWK ?
I didn't find anybody using \N in it.
If not,is there any variant of awk supporting this ?
thx.