1.

We can specify the filename with ‘:w’ command.(a) True(b) FalseThis question was addressed to me during an interview.I'd like to ask this question from Vi-Ex Mode in section The Vi Editor of Unix

Answer» RIGHT choice is (a) True

Easy explanation: To save our editing to a DIFFERENT file, we can specify the name of the file in which we WANT to save the work. To do this, simply provide the filename as an argument with ‘:W’ command. For example, to save the contents to file named ‘file002’, use the following command:


Discussion

No Comment Found

Related InterviewSolutions