2 lines
60 B
Awk

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