Replace "|| with ^|^ in text file
Brought to you by:
soepy
I have a large pipe delimited file with quoted fields. The example I have is fart -c File.txt ""|"" ^|^. I want to replace "|" with ^|^ however with my command I now have a file that looks like this "Field1"^|"Field2" and what I was expecting was Field1^|^Field2. How should I change my command?
My subject should read "|" not "||