kostyshock
Technical User
I'm having a problem with a text file that everything is enclosed by quotes and I would like to replace it with commas. Example:
R314236.2.2"FENCE"0"F;C""2""1"""""""""""""""""0"YARD"0"
I've already inserted titles
Now I need to change all the quotes to commas.
I'm new to unix so I tried this and it seems it didn't work:
sed '1,$s/\'"'/,/g' /MULT_IMSEGSNEW1.txt > MULT_IMSEGSNEW2.txt
could you please help me what I should put after sed?
Thanks
R314236.2.2"FENCE"0"F;C""2""1"""""""""""""""""0"YARD"0"
I've already inserted titles
Now I need to change all the quotes to commas.
I'm new to unix so I tried this and it seems it didn't work:
sed '1,$s/\'"'/,/g' /MULT_IMSEGSNEW1.txt > MULT_IMSEGSNEW2.txt
could you please help me what I should put after sed?
Thanks