To save a file and remain in vi editor, which one of the following command will be used?
To save a file and remain in vi editor, which one of the following command will be used? Correct Answer :w
For saving a file and to remain in editor we can use ‘:w’ command in ex-mode. It is generally considered a good practice to save the contents of buffer regularly while working with files using ‘:w’.