Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I want to match this character : '
I try to do this with :
gawk ' {
pos=match($0,a,"\'"
print pos
} ' DES
and i get :
gawk: cmd. line:3: pos=match($0,a,"\)
gawk: cmd. line:3: ^ unterminated string
How can I match the quota ?
Thanks for your reply.
I want to match this character : '
I try to do this with :
gawk ' {
pos=match($0,a,"\'"
print pos
} ' DES
and i get :
gawk: cmd. line:3: pos=match($0,a,"\)
gawk: cmd. line:3: ^ unterminated string
How can I match the quota ?
Thanks for your reply.