Editors Question: Download Editors PDF

What are the different commands used to quit from the vi editor?

Tweet Share WhatsApp

Answer:

q! IS THE COMMAND TO QUIT FROM vi EDITOR WITHOUT SAVING
wq IS THE COMMAND TO QUIT FROM vi EDITOR WITH SAVING
q IS THE IS THE COMMAND TO QUIT FROM vi EDITOR IF YOU DONT
EDIT ANYTHING AFTER OPENING THAT FILE

Download Editors PDF Read All 18 Editors Questions
Previous QuestionNext Question
How to replace String "a" with String "b" in whole file of the vi editor?What are the different delete commands used in vi editor?