Which of the following command will be used if we want to abort editing and quit the editor even if the buffer has been changed and not saved?
Which of the following command will be used if we want to abort editing and quit the editor even if the buffer has been changed and not saved? Correct Answer :q!
If the buffer has been changed and we still want to abandon the changes, then ‘:q!’ is used. It simply ignores all the changes made and quits without displaying any warning questions.