Replace The Second String In The Double Quotes With The

[Solved] Replace The Second String In The Double Quotes With The | Vb - Code Explorer | yomemimo.com
Question : Replace the second string in the double quotes with the first string in the double quotes

Answered by : ntiyiso-rikhotso

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

Source : | Last Update : Mon, 19 Oct 20

Answers related to replace the second string in the double quotes with the first string in the double quotes

Code Explorer Popular Question For Vb