11 reputation
2
bio website
location Lisbon, Portugal
age
visits member for 6 months
seen Nov 22 '12 at 19:29
stats profile views 6

Nov
22
awarded  Student
Nov
22
comment Replace semicolons to commas between the quotes only
Hi Chris, thank you for your answer. I used: awk -F'"' -v OFS='"' '{ for (i=2; i<=NF; i+=2) gsub(";", ",", $i) } 1' and it worked!!! :)
Nov
22
awarded  Editor
Nov
22
revised Replace semicolons to commas between the quotes only
deleted 12 characters in body
Nov
22
asked Replace semicolons to commas between the quotes only