I have a script file which I need to modify with another script to insert a text at the 8th line.
String to insert: Project_Name=sowstest, into a file c
Project_Name=sowstest
sed -i "" -e $'4 a\\n''Project_Name=sowstest' start