Podcast
Questions and Answers
The O command in vi allows you to insert a line above the current line.
The O command in vi allows you to insert a line above the current line.
True (A)
The command 'dd' in vi deletes the next two characters after the current cursor position.
The command 'dd' in vi deletes the next two characters after the current cursor position.
False (B)
The 'yW' command in vi copies text from the current cursor position to the beginning of the next word.
The 'yW' command in vi copies text from the current cursor position to the beginning of the next word.
True (A)
The command 'd20G' in vi deletes from the current line to the twentieth line of the file.
The command 'd20G' in vi deletes from the current line to the twentieth line of the file.
In vi, 'y0' command copies text from the current cursor location to the end of the line.
In vi, 'y0' command copies text from the current cursor location to the end of the line.
The 'd^' command in vi deletes text from the current cursor position to the first non-whitespace character in the line.
The 'd^' command in vi deletes text from the current cursor position to the first non-whitespace character in the line.
The LibreOffice office suite is specifically designed for Windows operating system.
The LibreOffice office suite is specifically designed for Windows operating system.
Using 'x' command in vi deletes the next character after the current cursor position.
Using 'x' command in vi deletes the next character after the current cursor position.
'5dd' command in vi deletes the current line and the next four lines.
'5dd' command in vi deletes the current line and the next four lines.
'y20G' command in vi copies text from the current cursor location to the twentieth line of the file.
'y20G' command in vi copies text from the current cursor location to the twentieth line of the file.