awk help

hi guys,

I posted one query for which they gave this code..awk 'BEGIN {str=""} {str=str "\47" $0 "\47,"} END {print "db2 export to asdhf del selecct * from where i_vin in ("substr(str,1,length(str)-1) ") with ur"}' filename

Here,, \47 represents to ' (special character)...i like to know what are the other ones that can be used..

Between, i tried the above code with "\'" which did not work... even "'" this did not work out..

Can you guys help me,,

Regards,
Magesh

what error you are getting??

Is it the same you are using or a typo here...

\042. check your ascii table for more ..