Due to some problems in this site when it comes to displaying. I am using '{' instead of '<'.
Here is my sed command:
sed 's/{head/*backbutton_and_scroller_script.txt*{head/' report.usc20.txt
I want to insert text information from inside 'backbutton_and_scroller_script.txt' into 'report.usc20.txt' file in front of the head tag. How can I properly point towards the backbutton_and_scroller_script.txt file in my sed command? My current code is displaying the file name backbutton_and_scroller_script.txt infront of the head tag inside report.usc20.txt rather than the text that is inside the backbutton_and_scroller_script.txt.