qse/ase/cmd/awk/t46.awk
2008-03-21 03:49:53 +00:00

2 lines
76 B
Awk

BEGIN { t = "whoabcabcabcwho"; gsub ("abc", "[\\&][&][\\&]", t); print t; }