this is kicking my butt.... this shoudn't be so hard.
I've even been digging through the awk book and I can't figure it out.
how do I do this:
so that I can get the result:
Escaping it with a single, double, or triple backslashes doesn't work. Nothing I've tried works, for that matter. Can anyone help? --
Andy
I've even been digging through the awk book and I can't figure it out.
how do I do this:
Code:
command | awk '{print $1",'"$2"'"}'
so that I can get the result:
Code:
field1,'field2'
Escaping it with a single, double, or triple backslashes doesn't work. Nothing I've tried works, for that matter. Can anyone help? --
Andy