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

2 lines
60 B
Awk

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