Multiple choice Which of the following commands in vi editor is used to delete upto the end of a line? d$ dd <n>dd</n> dw Reveal answer Fill a bubble to check yourself A Correct answer Explanation To delete upto the end of the line, d$ command is used.