qse/ase/test/awk/t46.awk

2 lines
76 B
Awk
Raw Normal View History

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