what does the c$ command do from command mode?
Answers were Sorted based on User's Feedback
Answer / b2p
c$ will begin from the character under the curser till the
end of line. so when you use this command it will show you $
sign at the end of the line and you can change till that point.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / invisible
It will delete the current line from current cursor position
till end and enter the insert mode.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / ali ahsan
it will delete the whole current line and will
go into insert mode at current line
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / unique sysadmin
It will delethe whole line and go into editing mode
| Is This Answer Correct ? | 0 Yes | 5 No |
what are the two different modes in vi editor?
what are the different delete commands used in vi editor?
What is the command used to display line numbers in vi editor?
What is the difference between lettered buffer and temporary buffer?
what is the command used to append to buffer?
What is the format of vi command?
How to enter from command mode to insertion mode?
what does the c$ command do from command mode?
What is the difference between ZZ and :wq commands?
How to replace String "a" with String "b" in whole file of the vi editor?
Which command is used to replace many characters?
what is the command used to delete current line in vi editor?