CSC128 Lab - vi practice 15 points Name __________________________________ Copy ~smauney/public/poem to your home directory, leave the name as poem. chmod the poem so that you can make changes to it. 1. Remove all of the windows line feeds. _____________________________________________ 2. Delete Line 4 3. Replace the string "seer" with the string "Seer" in the entire document. 4. Go to the first line and insert a new line with the comment "[yourname] was here" (use your name) 5. Use the join command to join lines 5 and 6. 6. Find all lines that start with a "J" and change it to a "K". 7. Go to the last line and append the string "It is Finally Over." (don't use the quotes) I will be running the following command on your poem to see if you got it right: diff ~smauney/correctpoem ~student/poem