Article 5S4DQ Add column from another file into specific area between quotes

Add column from another file into specific area between quotes

by
rootaccess
from LinuxQuestions.org on (#5S4DQ)
I have a list of rows that look like this.

Code:{data, {"data", "data-that-needs-to-be-changed"}},The 3rd column is what I need to change. I have that 3rd column solo in a file from a previous Code:awk -F\" '{print $4}' file which just prints the area defined as Code:data-that-needs-to-be-changed between the quotes.

Thanks.latest?d=yIl2AUoC8zA latest?i=0Cr3WX86PMA:9R8z__5g7ic:F7zBnMy latest?i=0Cr3WX86PMA:9R8z__5g7ic:V_sGLiP latest?d=qj6IDK7rITs latest?i=0Cr3WX86PMA:9R8z__5g7ic:gIN9vFw
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments