I have an awk 'print{$15,$25,$29}' output in below format which I need to remove the special character symbol(',) using gsub. Can anyone help me with a format to use to get the desire output.
current output
'abc' 'def', 'ghi'
expected output
abc def ghi