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 |
Which command is used to replace many characters?
How to enter from command mode to insertion mode?
what is the command used to append text after current line?
What is the difference between ZZ and :wq commands?
what is the command used to set margin in vi editor?
How to append a file to current file?
what is the command used to delete current line in vi editor?
what are the different commands used to quit from the vi editor?
What is the format of vi command?
How to create a .exrc file in vi editor?
What is the command used to replace many characters?
What is the difference between lettered buffer and temporary buffer?