xref
: /
src
/
contrib
/
one-true-awk
/
testdir
/
t.gsub4
(revision 2fb4f839f3fc72ce2bab12f9ba4760f97f73e97f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
length($1) == 0 { next }
2
3
{gsub("[" $1 "]","(&)"); print}
4
{gsub("[" $1 "]","(\\&)"); print}
5