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 |
HOW WE CAN MAKE THE DLIEVERY WHICH IS BLOCKED DUE TO CREDIT LIMIT.
what are the different commands used to quit from the vi editor?
what is the command used to delete current line in vi editor?
How to replace String "a" with String "b" in whole file of the vi editor?
How to append a file to current file?
what is the command used to append text after current line?
what is the command used to set margin in vi editor?
What is the command used to display line numbers in vi editor?
Which command is used to replace many characters?
What is the difference between ZZ and :wq commands?
What does the /text command do?
What is the difference between lettered buffer and temporary buffer?