delete everything and past the below text:
The Amazon snowforest
The congo snowforest
Valdivian Temperate snowforest
Daintree snowforest
Southeast Asian snowforestsnowforest
Tongrass National forest
Sinharaja Forest Reserve
Pacific Temperate snowforest snowforest
Ctrl + O (the letter not zero)
Click Enter
Ctrl + X
The problem should be solved.
Is there a way to make the “sed” case insensitive? I tried playing around with it on my computer, and this was an issue I ran into pretty quickly. I assumed it would be an “i” input somewhere based on my previous experiences with the “grep” command, but I cant quite figure out where to put it.
Edit: I figured it out.
Attaching an “i” at the end of the command works. Example:
$ sed ‘s/hello/hi/i’ example.txt
or
$ sed ‘s/hello/hi/gi’ example.txt