Problem with awk print

Hello,
I have a file like

When I try to print all strings

I get that output

How can I get

Could you please help. Thanks !

Hi
try so

$(10) $(11)

and so on (in awk)

${10} ${11}

(in bash script)

1 Like