what are the different commands used to quit from the vi
editor?
Answer / debjyoti mukherjee
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
| Is This Answer Correct ? | 6 Yes | 0 No |
How to return to shell without leaving vi editor?
What is the command used to replace many characters?
What is the difference between ZZ and :wq commands?
How to enter from command mode to insertion mode?
what is the command used to set margin in vi editor?
How to create a .exrc file in vi editor?
what are the two different modes in vi editor?
what is the command used to delete current line in vi editor?
Which command is used to replace many characters?
what is the command used to append text after current line?
How to append a file to current file?
What is the format of vi command?