Editors Question:

What are the different delete commands used in vi editor?

Editors Interview Question
Editors Interview Question

Answer:

dd -- for delete line
x - single character deletion
dw - delete word


Previous QuestionNext Question
What are the different commands used to quit from the vi editor?What are the two different modes in vi editor?