Search for question
Question

Creating a Text File with the vim Text Editor (Objective 3.3) 5. Press the i key to go into Insert mode. What word appears at the bottom indicating Insert mode? 12. Colon (:) key takes you from Command mode into Last Line mode. Press: What appears at bottom? 14. View the message in the bottom line. How many lines were written? How many bytes were written? 16. List the contents of your home directory (Is). Is MyFile.txt present?/nEditing a Text File with the nano Text Editor (Objective 3.3) 8. What message did you receive? 10. What command did you use to exit the nano editor? 12. Use the cat command to display the contents of your file. Are the periods present? What command is this? What does the -i option do? 15. Type Is and press Enter. Is MyFile.txt present?/nEditing a File with Both vim and nano (Objective 3.3) 7. List the files in your home directory to verify that the new file is present. What command did you use? 8. Clear the screen, then display the contents of the file. What command did you use? 9. Open the questions.txt file in the vim text editor. What command did you enter to do so? 10. Go into "insert" mode. How did you do so? 11. Exit insert mode and go back into command mode. How did you do so? 13. What was displayed as a result? 14. Open and review the file one more time using nano. What command did you use? 7 L

Fig: 1

Fig: 2

Fig: 3