Wrong statement for commands used in vi
Question:
Identify the wrong statement for commands we use in vi editor.
- p - Paste a line
- dd - Highlight a line
- yy - Copy a line
- x - Delete a letter
Answer:
B - is the correct answer. dd - command is used to delete or cut a line. So here the answer is dd