what are the different delete commands used in vi editor?
Answers were Sorted based on User's Feedback
Answer / sourisengupta
dd -- for delete line
ndd -- for delete n no of linesfrom the current cursor
position(n=any number)
x -- single character deletion
dw -- delete word
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the format of vi command?
what does the c$ command do from command mode?
How to enter from command mode to insertion mode?
How to replace String "a" with String "b" in whole file of the vi editor?
Which command is used to replace many characters?
HOW WE CAN MAKE THE DLIEVERY WHICH IS BLOCKED DUE TO CREDIT LIMIT.
what are the two different modes in vi editor?
How to create a .exrc file in vi editor?
what is the command used to delete current line in vi editor?
What does the /text command do?
what is the command used to append text after current line?
What is the difference between lettered buffer and temporary buffer?