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 does the c$ command do from command mode?
what are the different commands used to quit from the vi editor?
How to return to shell without leaving vi editor?
What does the /text command do?
How to replace String "a" with String "b" in whole file of the vi editor?
what is the command used to append to buffer?
What is the difference between ZZ and :wq commands?
What is the format of vi command?
Which command is used to replace many characters?
How to append a file to current file?
what are the different delete commands used in vi editor?
How to create a .exrc file in vi editor?