If I have the line
sed -E 's/([^ ]*) ([^ ]*) ([^,]*), *([^,]*), *([^,]*), *([^.]*), *([^,]*) *([^,]), ([^ ]*) *([^,]) *([^,])/\2, \1, \3, ``\4," \\emph{\5} \\textbf{\8},{\9} (\6) /'
and I want to put it into a script called (Script.txt) how do I do that so I can run it against file.txt like this:
sed -f script.txt file.txt