- At the end of this project, you are expected to be able to explain to anyone, without the help of Google:
- What is vi
- Who is Bill Joy
- How to start and exit vi
- What are the command and insert modes, and how to switch from one to the other
- How to edit text
- How to cut and paste lines
- How to search forward and backward
- How to undo
- How to quit vi
- You are tasked to come up with solutions for the tasks below yourself to meet with the above learning objectives.
- You will not be able to meet the objectives of this or any following project by copying and pasting someone else’s work.
- You are not allowed to publish any content of this project.
- Any form of plagiarism is strictly forbidden and will result in removal from the program.
- All tasks must be done inside the sandbox Ubuntu 20.04
- Your sandbox must be available at the end of this project - the Checker will access to it just after the deadline to run the correction!
- The answer of a task must be in a specific file
- Each answer file must contain only the command to execute in Emacs for solving the task. Example: “What is the command to quit without saving changes?” -> the file should contain only :q!