How would you remove a string that repeats in most lines of a list with bash?
E.G.
My list looks like this:
Rex Rocket Steam Game
Magdalena Steam Game
FLASHOUT 2 Steam Game
Falcon
Girls Like Robots Steam Game
The Land Of Lamia Steam Game
Aeon Command
And I want to remove all the "Steam Game" string from all the lines that end that way.
I'm super rusty, this looks so easy but I can't figure it out.