Search Results

Search: Posts Made By: khblts
2,873
Posted By khblts
Thanks for providing the solution. Have...
Thanks for providing the solution.


Have another thing that I'm trying to solve for 4th column if empty replace with "novalue" what is the best way to get this in awk
...
2,873
Posted By khblts
Solution for replacement of 4th column with 3rd column in a file using awk/sed preserving delimters
input
"A","B","C,D","E","F"
"S","T","U,V","W","X"
"AA","BB","CC,DD","EEEE","FFF"

required output:
"A","B","C,D","C,D","F"
"S", T","U,V","U,V","X"
"AA","BB","CC,DD","CC,DD","FFF"

tried...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 02:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy