1
0
Fork 0

5 lines
92 B

length($1) == 0 { next }
{gsub("[" $1 "]","(&)"); print}
{gsub("[" $1 "]","(\\&)"); print}