Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 1 (Q.No. 27)
27.
What command is used with vi editor to save file and remain in the editing mode?
x
q!
:w
:q
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Bruce said:   7 years ago
This :w is just for writing and saving.

@Dharam, if you add ''q'' means you just quit the editor without even saving, that is why :w is always needed, to save and stay in the editor, or to save and quit by just typing '' wq! ".

ADITYA said:   9 years ago
We can also use to save and quit the file :x.

Bhavika said:   10 years ago
'w' is for writing & saving. We are using insert for writing.

Dharam said:   1 decade ago
In vi editors we use :wq write and quit to save the content.but if we used only w its means just write but not save, so that why we used :wq not w.

Post your comments here:

Your comments will be displayed after verification.