0
Q:

Replace the second string in the double quotes with the first string in the double quotes

awk -v FS="," -v OFS="," '{$2=$1;print $0}' input.text
0

New to Communities?

Join the community