Vi Editor Question:

What does the c$ command do from command mode using Vi Editor?

Vi Editor Interview Question
Vi Editor Interview Question

Answers:

Answer #1
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.

Answer #2
it will delete the characters till end of line starting from the one under cursor and put you in insert mode.


Previous QuestionNext Question
How to append a file to current file using Vi Editor?How to go 10 number line in command mode directly ?