Multiple choice general knowledge what is the command to delete lines in 'vi editor'? ll dl dw dd Reveal answer Fill a bubble to check yourself D Correct answer Explanation In vi editor, 'dd' deletes the current line. Each 'd' in the command stands for delete - typing it twice deletes the entire line at the cursor position.