qse/ase/test/awk/t45.awk

2 lines
60 B
Awk
Raw Normal View History

2006-09-14 06:40:06 +00:00
BEGIN { t[1] = "abc"; gsub ("abc", "[&]", t); print t[1]; }