UGC-NET | UGC NET CS 2017 Jan – III | Question 75
Match the following vi commands in Unix:
(A) (1)
(B) (2)
(C) (3)
(D) (4)
Answer: (D)
Explanation:
- w vi command in unix saves file and remains in editing mode.
- x vi command in unix saves the file and quits editing mode
- q vi command in unix quits editing mode and no changes are saved to the file
- sh vi command in unix escapes unix shell
So, option (D) is correct.
Quiz of this Question