To save a file and return to shell prompt, which one of the following command will be used in ex-mode?
To save a file and return to shell prompt, which one of the following command will be used in ex-mode? Correct Answer ‘:x’
Pressing ‘:x’ in ex-mode will save the file on the disk and returns the shell prompt.